Commit 69cab84fa6a79459313245d38d0f099005e8595b
1 parent
7e713337f8
Exists in
master
gunakan kutip
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
views/config.index.html
... | ... | @@ -24,8 +24,8 @@ |
24 | 24 | |
25 | 25 | {% if isMask(scope, keyword) %} |
26 | 26 | ******** |
27 | - {% elif (scope == 'globals') and (keyword == 'products') %} | |
28 | - {{ value | replace(',', ', ') }} | |
27 | + {% elif scope == "globals" and keyword == "products" %} | |
28 | + {{ value | replace(",", ", ") }} | |
29 | 29 | {% else %} |
30 | 30 | {{ value }} |
31 | 31 | {% endif %} |