r97169 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r97168
|
r97169
|
r97170
>
Date:
16:07, 15 September 2011
Author:
jeroendedauw
Status:
ok (
Comments
)
Tags:
Comment:
Follow up to
r97128
;
Modified paths:
/trunk/phase3/includes/Html.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Html.php
—
—
@@ -535,6 +535,7 @@
536
536
# @todo FIXME: Is this really true?
537
537
$map['<'] = '<';
538
538
}
539
+
539
540
$ret .= " $key=$quote" . strtr( $value, $map ) . $quote;
540
541
}
541
542
}
Follow-up revisions
Revision
Commit summary
Author
Date
r97170
Follow up to
r97128
;
jeroendedauw
16:09, 15 September 2011
r97173
Merged revisions 97087,97091-97092,97094,97096-97098,97100-97101,97103,97136,...
dantman
16:19, 15 September 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r97128
rem stupid code
jeroendedauw
00:26, 15 September 2011
Comments
#
Comment by
Jeroen De Dauw
(
talk
|
contribs
)
16:08, 15 September 2011
Oops, ran commit in the wrong dir... luckily I had no evil thing here at this point :0
Status & tagging log
17:01, 15 September 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r97169
[
removed:
new
added:
ok]