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 @@
43
43
}
44
44
$xml = '<article' ;
45
45
if ( $title != "" ) {
46
- $xml .= ' title="' . htmlspecialchars( $title ) '"' ;
46
+ $xml .= ' title="' . htmlspecialchars( $title ) . '"' ;
47
47
$content_provider->add_article ( urldecode ( $ot ) ) ;
48
48
}
49
49
$xml .= '>' ;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r36340
possible XSS
tstarling
16:19, 16 June 2008
Status & tagging log
03:53, 15 June 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r51756
[
removed:
new
added:
deferred]