r105984 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105983‎ | r105984 | r105985 >
Date:05:00, 13 December 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
Follow up to r105983;
Modified paths:
  • /trunk/phase3/skins/CologneBlue.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/CologneBlue.php
@@ -68,7 +68,7 @@
6969 '<table width="100%" border="0" cellspacing="0" cellpadding="8"><tr>';
7070
7171 $s .= '<td class="top" nowrap="nowrap">';
72 - $s .= '<a href="' . $mainPageObj->escapeLocalURL() . '">';
 72+ $s .= '<a href="' . htmlspecialchars( $mainPageObj->getLocalURL() ) . '">';
7373 $s .= '<span id="sitetitle">' . wfMsg( 'sitetitle' ) . '</span></a>';
7474
7575 $s .= '</td><td class="top" id="top-syslinks" width="100%">';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105983rem use of escapeLocalURLjeroendedauw04:58, 13 December 2011

Status & tagging log