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