From: Aryeh Gregor Date: Tue, 29 Jul 2008 00:36:31 +0000 (+0000) Subject: Uh, also I shouldn't introduce syntax errors while fixing regressions. X-Git-Tag: 1.31.0-rc.0~46311 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=9a2ae5fa74b05056f7edb735850b83cb0c4dd99b;p=lhc%2Fweb%2Fwiklou.git Uh, also I shouldn't introduce syntax errors while fixing regressions. --- diff --git a/includes/Linker.php b/includes/Linker.php index e5efba0417..b232ce876b 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -1288,8 +1288,7 @@ class Linker { public function doEditSectionLink( Title $nt, $section, $tooltip='' ) { $attribs = ''; if( $tooltip ) { - $attribs = wfMsgHtml( 'editsectionhint', htmlspecialchar -s( $tooltip ) ); + $attribs = wfMsgHtml( 'editsectionhint', htmlspecialchars( $tooltip ) ); $attribs = " title=\"$attribs\""; }