r29225 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r29224
|
r29225
|
r29226
>
Date:
18:03, 3 January 2008
Author:
huji
Status:
old
Tags:
Comment:
Making the columns have equal widths by default (improves readability and look).
Modified paths:
/trunk/phase3/includes/SpecialAllpages.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/SpecialAllpages.php
—
—
@@ -269,7 +269,7 @@
270
270
if( $n % 3 == 0 ) {
271
271
$out .= '<tr>';
272
272
}
273
- $out .= "<td>$link</td>";
273
+ $out .= "<td width=\"33%\">$link</td>";
274
274
$n++;
275
275
if( $n % 3 == 0 ) {
276
276
$out .= '</tr>';
Status & tagging log
15:23, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r29225
[
removed:
ok
added:
old]