diff options
author | Jon Robson <jdlrobson@gmail.com> | 2022-02-11 14:03:26 -0800 |
---|---|---|
committer | Bartosz DziewoĆski <matma.rex@gmail.com> | 2022-02-11 22:22:23 +0000 |
commit | 217a842d93b664d8f27480271c1bd0fc593b9ead (patch) | |
tree | 9e8fcbdb97f49863e7b34075f3598ab4d8038d76 | |
parent | 5e031a1ca5c106bc175f76388b88ee4157e499c0 (diff) | |
download | mediawikicore-217a842d93b664d8f27480271c1bd0fc593b9ead.tar.gz mediawikicore-217a842d93b664d8f27480271c1bd0fc593b9ead.zip |
Remove errorbox class
This has no effect here.
Bug: T300306
Change-Id: Ifd433335930a4a95a1d9a40e2fe86c7c93fe5f83
-rw-r--r-- | includes/templates/NoLocalSettings.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/templates/NoLocalSettings.mustache b/includes/templates/NoLocalSettings.mustache index 6c3e47837c95..ee26357be2fb 100644 --- a/includes/templates/NoLocalSettings.mustache +++ b/includes/templates/NoLocalSettings.mustache @@ -20,7 +20,7 @@ <img src="{{path}}resources/assets/mediawiki.png" alt="The MediaWiki logo" /> <h1>MediaWiki {{version}}</h1> - <div class="errorbox"> + <div> {{#localSettingsExists}} <p>LocalSettings.php not readable.</p> <p>Please correct file permissions and try again.</p> |