Index: trunk/phase3/includes/specials/SpecialPrefixindex.php |
— | — | @@ -140,7 +140,7 @@ |
141 | 141 | $namespaceparam = $namespace ? "&namespace=$namespace" : ""; |
142 | 142 | $out2 .= " | " . $sk->makeKnownLink( |
143 | 143 | $wgContLang->specialPage( $this->name ), |
144 | | - wfMsg ( 'nextpage', $s->page_title ), |
| 144 | + wfMsgHtml( 'nextpage', htmlspecialchars( $s->page_title ) ), |
145 | 145 | "from=" . wfUrlEncode ( $s->page_title ) . |
146 | 146 | "&prefix=" . wfUrlEncode ( $prefix ) . $namespaceparam ); |
147 | 147 | } |