diff --git a/views/config.index.html b/views/config.index.html
index d0deba9..b693ff8 100644
--- a/views/config.index.html
+++ b/views/config.index.html
@@ -24,7 +24,7 @@
 
                 {% if isMask(scope, keyword) %}
                     ********
-                {% elif scope == 'globals' && keyword == 'products' %}
+                {% elif scope == 'globals' and keyword == 'products' %}
                     {{ value | replace(',', ', ') }}
                 {% else %}
                     {{ value }}