r37704 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r37703‎ | r37704 | r37705 >
Date:17:42, 15 July 2008
Author:ialex
Status:old
Tags:
Comment:
Per comment in bug 13949: fix XHTML error in Special:Prefixindex (was already done on Special:Allpages)
Modified paths:
  • /trunk/phase3/includes/specials/SpecialPrefixindex.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialPrefixindex.php
@@ -140,7 +140,7 @@
141141 $namespaceparam = $namespace ? "&namespace=$namespace" : "";
142142 $out2 .= " | " . $sk->makeKnownLink(
143143 $wgContLang->specialPage( $this->name ),
144 - wfMsg ( 'nextpage', $s->page_title ),
 144+ wfMsgHtml( 'nextpage', htmlspecialchars( $s->page_title ) ),
145145 "from=" . wfUrlEncode ( $s->page_title ) .
146146 "&prefix=" . wfUrlEncode ( $prefix ) . $namespaceparam );
147147 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r34229(bug 13949) Special:PrefixIndex/AllPages paging links contain invalid XMLsimetrical00:14, 5 May 2008

Status & tagging log