Index: trunk/phase3/includes/SpecialAllpages.php |
— | — | @@ -156,7 +156,7 @@ |
157 | 157 | } |
158 | 158 | |
159 | 159 | # At this point, $lines should contain an even number of elements. |
160 | | - $out .= "<table style='background: inherit;'>"; |
| 160 | + $out .= "<table class='allpageslist' style='background: inherit;'>"; |
161 | 161 | while ( count ( $lines ) > 0 ) { |
162 | 162 | $inpoint = array_shift ( $lines ); |
163 | 163 | $outpoint = array_shift ( $lines ); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -146,6 +146,7 @@ |
147 | 147 | recent changes table; add reporting and silent modes |
148 | 148 | * Cleaned up formatNum usage in langfiles |
149 | 149 | * (bug 5716) Warn when a user tries to upload a file which was previously deleted |
| 150 | +* (bug 5565) Add a class attribute to the table on Special:Allpages |
150 | 151 | |
151 | 152 | == Compatibility == |
152 | 153 | |