From: Zheng Zhu Date: Mon, 18 Oct 2004 00:54:53 +0000 (+0000) Subject: toc should be translated using content language X-Git-Tag: 1.5.0alpha1~1522 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=80784f162a9acf7bb379830d5ef9faf5e36a85a8;p=lhc%2Fweb%2Fwiklou.git toc should be translated using content language --- diff --git a/includes/Skin.php b/includes/Skin.php index f7b6a3575e..ca352fc8e7 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -2569,7 +2569,7 @@ class Skin { $hideline = ' '; return '
'."\n". - ''.wfMsg('toc').'' . + ''.wfMsgForContent('toc').'' . $hideline . '
'."\n". $toc."
\n";