Index: trunk/phase3/includes/LogPage.php |
— | — | @@ -155,7 +155,7 @@ |
156 | 156 | switch( $type ) { |
157 | 157 | case 'move': |
158 | 158 | $titleLink = $skin->makeLinkObj( $title, $title->getPrefixedText(), 'redirect=no' ); |
159 | | - $params[0] = $skin->makeLinkObj( Title::newFromText( $params[0] ), $params[0] ); |
| 159 | + $params[0] = $skin->makeLinkObj( Title::newFromText( $params[0] ), htmlspecialchars( $params[0] ) ); |
160 | 160 | break; |
161 | 161 | case 'block': |
162 | 162 | if( substr( $title->getText(), 0, 1 ) == '#' ) { |