From 6a420bb410aff90173e4513f71249e4f1ff23b5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 21 Oct 2008 15:08:02 +0000 Subject: [PATCH] * I thougth that this invalid html was fixed long ago --- includes/specials/SpecialRestrictUser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialRestrictUser.php b/includes/specials/SpecialRestrictUser.php index 7d47a04336..761e0cd6e1 100644 --- a/includes/specials/SpecialRestrictUser.php +++ b/includes/specials/SpecialRestrictUser.php @@ -106,7 +106,7 @@ class RestrictUserForm { if ( $error ) $wgOut->wrapWikiMsg( '$1', $error ); if ( $success ) - $wgOut->wrapWikiMsg( '$1/strong>', $success ); + $wgOut->wrapWikiMsg( '$1', $success ); } public static function doPageRestriction( $uid, $user ) { -- 2.20.1