Index: trunk/extensions/DataTransfer/specials/DT_ViewXML.php |
— | — | @@ -500,7 +500,7 @@ |
501 | 501 | $categories = self::getCategoriesList(); |
502 | 502 | foreach ( $categories as $category ) { |
503 | 503 | $title = Title::makeTitle( NS_CATEGORY, $category ); |
504 | | - $link = $skin->makeLinkObj( $title, $title->getText() ); |
| 504 | + $link = $skin->makeLinkObj( $title, htmlspecialchars( $title->getText() ) ); |
505 | 505 | $text .= "<input type=\"checkbox\" name=\"categories[$category]\" /> $link <br />\n"; |
506 | 506 | } |
507 | 507 | $text .= "<h2>" . wfMsg( 'dt_viewxml_namespaces' ) . "</h2>\n"; |