From d00aae98790fce93cc0380563e52a0d608da9ba0 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 8 May 2008 14:14:28 +0000 Subject: [PATCH] Fix XHTML error from r34401. --- includes/SpecialUserrights.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/SpecialUserrights.php b/includes/SpecialUserrights.php index 92fec983a1..4206228c06 100644 --- a/includes/SpecialUserrights.php +++ b/includes/SpecialUserrights.php @@ -360,8 +360,7 @@ class UserrightsPage extends SpecialPage { $grouplist . Xml::tags( 'p', null, $this->groupCheckboxes( $groups ) ) . Xml::openElement( 'table', array( 'border' => '0', 'id' => 'mw-userrights-table-outer' ) ) . - " - + " " . Xml::label( wfMsg( 'userrights-reason' ), 'wpReason' ) . " -- 2.20.1