Merge "Allow users who are partially blocked to delete revisions."
[lhc/web/wiklou.git] / includes / specials / SpecialExpandTemplates.php
index ef1b3d8..a466f29 100644 (file)
@@ -282,7 +282,7 @@ class SpecialExpandTemplates extends SpecialPage {
                        }
 
                        if ( $error ) {
-                               $out->wrapWikiMsg( "<div class='previewnote'>\n$1\n</div>", $error );
+                               $out->wrapWikiMsg( "<div class='previewnote errorbox'>\n$1\n</div>", $error );
                                return;
                        }
                }