r38164 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38163‎ | r38164 | r38165 >
Date:00:36, 29 July 2008
Author:simetrical
Status:old
Tags:
Comment:
Uh, also I shouldn't introduce syntax errors while fixing regressions.
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1288,8 +1288,7 @@
12891289 public function doEditSectionLink( Title $nt, $section, $tooltip='' ) {
12901290 $attribs = '';
12911291 if( $tooltip ) {
1292 - $attribs = wfMsgHtml( 'editsectionhint', htmlspecialchar
1293 -s( $tooltip ) );
 1292+ $attribs = wfMsgHtml( 'editsectionhint', htmlspecialchars( $tooltip ) );
12941293 $attribs = " title=\"$attribs\"";
12951294 }
12961295

Status & tagging log