From: Raimond Spekking Date: Sat, 18 Jul 2009 14:36:42 +0000 (+0000) Subject: Follow-up r53286: More fixes for invalid HTML X-Git-Tag: 1.31.0-rc.0~40851 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=89ead216fe4a1da9a478a03de00f217ec9dc8f58;p=lhc%2Fweb%2Fwiklou.git Follow-up r53286: More fixes for invalid HTML --- diff --git a/includes/specials/SpecialAllmessages.php b/includes/specials/SpecialAllmessages.php index ceafa4a0c1..dd3ce6dc21 100644 --- a/includes/specials/SpecialAllmessages.php +++ b/includes/specials/SpecialAllmessages.php @@ -66,7 +66,7 @@ class SpecialAllmessages extends SpecialPage { \n " . - Xml::label( wfMsg( 'allmessages-filter' ), 'mw-allmessages-form-filter' ) . + Xml::label( wfMsg( 'allmessages-filter' ), 'filter' ) . "\n " . Xml::radioLabel( wfMsg( 'allmessages-filter-unmodified' ), @@ -267,9 +267,20 @@ class AllmessagesTablePager extends TablePager { } function getStartBody() { - return "\n" . - "\n\n"; + return Xml::openElement( 'table', array( 'class' => 'TablePager', 'id' => 'mw-allmessagestable' ) ) . "\n" . + " + + + \n + + + \n"; } function formatValue( $field , $value ){
" . wfMsg('allmessagesname') . "" . wfMsg('allmessagesdefault') . - "
" . wfMsg('allmessagescurrent') . "
" . + wfMsg( 'allmessagesname' ) . " + " . + wfMsg( 'allmessagesdefault' ) . + "
" . + wfMsg( 'allmessagescurrent' ) . + "