Index: trunk/phase3/includes/Linker.php |
— | — | @@ -1288,8 +1288,7 @@ |
1289 | 1289 | public function doEditSectionLink( Title $nt, $section, $tooltip='' ) { |
1290 | 1290 | $attribs = ''; |
1291 | 1291 | if( $tooltip ) { |
1292 | | - $attribs = wfMsgHtml( 'editsectionhint', htmlspecialchar |
1293 | | -s( $tooltip ) ); |
| 1292 | + $attribs = wfMsgHtml( 'editsectionhint', htmlspecialchars( $tooltip ) ); |
1294 | 1293 | $attribs = " title=\"$attribs\""; |
1295 | 1294 | } |
1296 | 1295 | |