From: Niklas Laxström Date: Tue, 21 Oct 2008 15:08:02 +0000 (+0000) Subject: * I thougth that this invalid html was fixed long ago X-Git-Tag: 1.31.0-rc.0~44653 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=6a420bb410aff90173e4513f71249e4f1ff23b5e;p=lhc%2Fweb%2Fwiklou.git * I thougth that this invalid html was fixed long ago --- 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 ) {