Uh, also I shouldn't introduce syntax errors while fixing regressions.

This commit is contained in:
Aryeh Gregor 2008-07-29 00:36:31 +00:00
parent 37347986ce
commit 9a2ae5fa74

View 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\"";
}