r51756 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r51755‎ | r51756 | r51757 >
Date:20:25, 11 June 2009
Author:magnusmanske
Status:deferred
Tags:
Comment:
Fix breaking typo introduced by tstarling in r36340, noticed by Jan Rous
Modified paths:
  • /trunk/wiki2xml/php/mediawiki_converter.php (modified) (history)

Diff [purge]

Index: trunk/wiki2xml/php/mediawiki_converter.php
@@ -42,7 +42,7 @@
4343 }
4444 $xml = '<article' ;
4545 if ( $title != "" ) {
46 - $xml .= ' title="' . htmlspecialchars( $title ) '"' ;
 46+ $xml .= ' title="' . htmlspecialchars( $title ) . '"' ;
4747 $content_provider->add_article ( urldecode ( $ot ) ) ;
4848 }
4949 $xml .= '>' ;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r36340possible XSStstarling16:19, 16 June 2008

Status & tagging log