From: Niklas Laxström Date: Mon, 2 Apr 2007 13:21:09 +0000 (+0000) Subject: * Use ui language now that it is possible X-Git-Tag: 1.31.0-rc.0~53501 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=2df92d9695f262acc069e8e8c35b0a44e5f2b53f;p=lhc%2Fweb%2Fwiklou.git * Use ui language now that it is possible --- diff --git a/includes/Linker.php b/includes/Linker.php index 3d0691612a..61288ec7be 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1028,7 +1028,7 @@ class Linker { /** @todo document */ function tocList($toc) { global $wgJsMimeType; - $title = wfMsgForContent('toc') ; + $title = wfMsgHtml('toc') ; return '
' . '

' . $title . "

\n" @@ -1038,8 +1038,8 @@ class Linker { . "\n
" . '\n";