Escaping Special Characters #388 (#403)

This commit is contained in:
Jack Ivanov 2017-04-14 20:57:27 +02:00 committed by Dan Guido
parent 77ad0576bf
commit c61a07fb60

View file

@ -22,7 +22,7 @@
<key>SSIDMatch</key>
<array>
{% for network_name in WIFI_EXCLUDE_LIST %}
<string>{{ network_name }}</string>
<string>{{ network_name|e }}</string>
{% endfor %}
</array>
</dict>