* I thougth that this invalid html was fixed long ago
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 21 Oct 2008 15:08:02 +0000 (15:08 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Tue, 21 Oct 2008 15:08:02 +0000 (15:08 +0000)
includes/specials/SpecialRestrictUser.php

index 7d47a04..761e0cd 100644 (file)
@@ -106,7 +106,7 @@ class RestrictUserForm {
                if ( $error )
                        $wgOut->wrapWikiMsg( '<strong class="error">$1</strong>', $error );
                if ( $success )
-                       $wgOut->wrapWikiMsg( '<strong class="success">$1/strong>', $success );
+                       $wgOut->wrapWikiMsg( '<strong class="success">$1</strong>', $success );
        }
 
        public static function doPageRestriction( $uid, $user ) {