aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Robson <jdlrobson@gmail.com>2022-02-11 14:03:26 -0800
committerBartosz DziewoƄski <matma.rex@gmail.com>2022-02-11 22:22:23 +0000
commit217a842d93b664d8f27480271c1bd0fc593b9ead (patch)
tree9e8fcbdb97f49863e7b34075f3598ab4d8038d76
parent5e031a1ca5c106bc175f76388b88ee4157e499c0 (diff)
downloadmediawikicore-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.mustache2
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>