r69503 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r69502
|
r69503
|
r69504
>
Date:
12:55, 18 July 2010
Author:
ialex
Status:
ok (
Comments
)
Tags:
Comment:
Fixed errors in HTML5 mode
Modified paths:
/trunk/phase3/includes/specials/SpecialAllpages.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialAllpages.php
—
—
@@ -336,7 +336,7 @@
337
337
if( $n % 3 == 0 ) {
338
338
$out .= '<tr>';
339
339
}
340
- $out .= "<td width=\"33%\">$link</td>";
340
+ $out .= "<td style=\"width:33%\">$link</td>";
341
341
$n++;
342
342
if( $n % 3 == 0 ) {
343
343
$out .= "</tr>\n";
Comments
#
Comment by
Simetrical
(
talk
|
contribs
)
00:02, 20 July 2010
RELEASE-NOTES?
Status & tagging log
20:42, 4 December 2010
Hashar
(
talk
|
contribs
)
changed the
status
of r69503
[
removed:
new
added:
ok]