Uh, also I shouldn't introduce syntax errors while fixing regressions.
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 29 Jul 2008 00:36:31 +0000 (00:36 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 29 Jul 2008 00:36:31 +0000 (00:36 +0000)
includes/Linker.php

index e5efba0..b232ce8 100644 (file)
@@ -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\"";
                }