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