Index: trunk/phase3/skins/CologneBlue.php |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | '<table width="100%" border="0" cellspacing="0" cellpadding="8"><tr>'; |
70 | 70 | |
71 | 71 | $s .= '<td class="top" nowrap="nowrap">'; |
72 | | - $s .= '<a href="' . $mainPageObj->escapeLocalURL() . '">'; |
| 72 | + $s .= '<a href="' . htmlspecialchars( $mainPageObj->getLocalURL() ) . '">'; |
73 | 73 | $s .= '<span id="sitetitle">' . wfMsg( 'sitetitle' ) . '</span></a>'; |
74 | 74 | |
75 | 75 | $s .= '</td><td class="top" id="top-syslinks" width="100%">'; |