Don't spit out a ; if the preceeding value is empty

This commit is contained in:
Jamie Curnow 2020-10-16 13:41:08 +10:00
parent c14236823a
commit 21f36f535f

View File

@ -37,7 +37,9 @@ server {
{% endfor %}deny all;
# Access checks must...
{% if access_list.satisfy %}
{{ access_list.satisfy }};
{% endif %}
{% endif %}