From 9a2ae5fa74b05056f7edb735850b83cb0c4dd99b Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Tue, 29 Jul 2008 00:36:31 +0000 Subject: [PATCH] Uh, also I shouldn't introduce syntax errors while fixing regressions. --- includes/Linker.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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\""; } -- 2.20.1