From 9dc67e81ff92bb20242ebaaa6b2579c0f76540f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Wed, 1 Aug 2018 20:59:23 +0200 Subject: [PATCH] [ticket/15699] Fix twig syntax PHPBB3-15699 --- phpBB/adm/style/acp_storage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html index 031f453cdd..97069b0b57 100644 --- a/phpBB/adm/style/acp_storage.html +++ b/phpBB/adm/style/acp_storage.html @@ -23,7 +23,7 @@
- {{ lang('SUBMIT }} + {{ lang('SUBMIT') }}   {{ S_FORM_TOKEN }} @@ -91,7 +91,7 @@ {% set input_value = attribute(config, 'storage\\' ~ storage.get_name ~ '\\config\\' ~ name) %}
- + {% if lang_defined(description) %}
{{ lang(description) }} {% endif %}