Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -1252,7 +1252,7 @@ |
1253 | 1253 | // Wiki is read only |
1254 | 1254 | $this->setPageTitle( wfMsg( 'readonly' ) ); |
1255 | 1255 | $reason = wfReadOnlyReason(); |
1256 | | - $this->addWikiMsg( 'readonlytext', $reason ); |
| 1256 | + $wgOut->wrapWikiMsg( '<div class="readonly-error">$1</div>', 'readonlytext' ); |
1257 | 1257 | } |
1258 | 1258 | |
1259 | 1259 | // Show source, if supplied |