[fix] source attribute key - github issue 1

This commit is contained in:
David Bezuidenhout 2015-03-11 15:36:06 +02:00
parent 0d285162d2
commit b584c44edc

View File

@ -7,7 +7,7 @@
{% for v in zone.interfaces %}<interface name="{{ v }}" />{% endfor %}
{% endif %}
{% if 'sources' in zone %}
{% for v in zone.sources %}<source name="{{ v }}" />{% endfor %}
{% for v in zone.sources %}<source address="{{ v }}" />{% endfor %}
{% endif %}
{% if 'services' in zone %}
{% for v in zone.services %}<service name="{{ v }}" />{% endfor %}