r66516 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r66515
|
r66516
|
r66517
>
Date:
08:26, 16 May 2010
Author:
siebrand
Status:
ok
Tags:
Comment:
Fix for
r66504
per Nikerabbit's CR. Actually copy-paste and not adjust issue.
Modified paths:
/trunk/phase3/includes/Xml.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Xml.php
—
—
@@ -280,7 +280,7 @@
281
281
$attributes['size'] = $size;
282
282
}
283
283
284
- if( $size ) {
284
+ if( $value ) {
285
285
$attributes['value'] = $value;
286
286
}
287
287
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r66504
HTML5 fix: Bad value for attribute size on element input: The empty string is...
siebrand
23:57, 15 May 2010
Status & tagging log
12:04, 27 October 2010
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r66516
[
removed:
new
added:
ok]