Uh, also I shouldn't introduce syntax errors while fixing regressions.
This commit is contained in:
parent
37347986ce
commit
9a2ae5fa74
1 changed files with 1 additions and 2 deletions
|
|
@ -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\"";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue