Needs mw- prefix.
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 12 Sep 2008 22:16:14 +0000 (22:16 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 12 Sep 2008 22:16:14 +0000 (22:16 +0000)
includes/OutputPage.php

index 25a7180..71eb8a4 100644 (file)
@@ -1252,7 +1252,7 @@ class OutputPage {
                        // Wiki is read only
                        $this->setPageTitle( wfMsg( 'readonly' ) );
                        $reason = wfReadOnlyReason();
-                       $wgOut->wrapWikiMsg( '<div class="readonly-error">$1</div>', 'readonlytext' );
+                       $wgOut->wrapWikiMsg( '<div class="mw-readonly-error">$1</div>', 'readonlytext' );
                }
 
                // Show source, if supplied