diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html
index 63f52a276e..39ca5bb012 100644
--- a/phpBB/adm/style/acp_storage.html
+++ b/phpBB/adm/style/acp_storage.html
@@ -16,34 +16,34 @@
- {% for storage in STORAGE_STATS %}
-
- {{ storage.name }} |
- {{ storage.files }} |
- {{ storage.size }} |
- {{ storage.free_space }} |
-
- {% endfor %}
+ {% for storage in STORAGE_STATS %}
+
+ {{ storage.name }} |
+ {{ storage.files }} |
+ {{ storage.size }} |
+ {{ storage.free_space }} |
+
+ {% endfor %}
{% if ERROR_MESSAGES is not empty %}
-
-
{{ lang('WARNING') }}
- {% for ERROR_MESSAGE in ERROR_MESSAGES %}
-
{{ ERROR_MESSAGE }}
- {% endfor %}
-
+
+
{{ lang('WARNING') }}
+ {% for ERROR_MESSAGE in ERROR_MESSAGES %}
+
{{ ERROR_MESSAGE }}
+ {% endfor %}
+
{% endif %}