Index: trunk/phase3/includes/specials/SpecialAllmessages.php |
— | — | @@ -268,7 +268,7 @@ |
269 | 269 | |
270 | 270 | function getStartBody() { |
271 | 271 | return Xml::openElement( 'table', array( 'class' => 'TablePager', 'id' => 'mw-allmessagestable' ) ) . "\n" . |
272 | | - "<tr> |
| 272 | + "<thead><tr> |
273 | 273 | <th rowspan=\"2\">" . |
274 | 274 | wfMsg( 'allmessagesname' ) . " |
275 | 275 | </th> |
— | — | @@ -280,7 +280,7 @@ |
281 | 281 | <th>" . |
282 | 282 | wfMsg( 'allmessagescurrent' ) . |
283 | 283 | "</th> |
284 | | - </tr>\n"; |
| 284 | + </tr></thead><tbody>\n"; |
285 | 285 | } |
286 | 286 | |
287 | 287 | function formatValue( $field , $value ){ |