diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html
index 7597d338eb..c43c327331 100644
--- a/phpBB/adm/style/acp_storage.html
+++ b/phpBB/adm/style/acp_storage.html
@@ -38,10 +38,7 @@
{% set input_name = storage.get_name ~ '[' ~ name ~ ']' %}
{% set input_value = attribute(config, 'storage\\' ~ storage.get_name ~ '\\config\\' ~ name) %}
- {% if
- input_type == 'text' or
- input_type == 'password' or
- input_type == 'email' %}
+ {% if input_type in ['text', 'password', 'email'] %}
{% elseif input_type == 'textarea' %}