Merge pull request #119 from opdude/hotfix/require-new-line

Fixed a bug where the Require parameter would be on the same line as …
This commit is contained in:
Forrest 2016-02-18 11:45:12 -08:00
commit ba0ba8686f

View File

@ -108,7 +108,7 @@
} %}
<Location "{{ path }}">
{%- if apache.use_require %}
{% if apache.use_require %}
{%- if lvals.get('Require') != False %}Require {{lvals.Require}}{% endif %}
{% else %}
{%- if lvals.get('Order') != False %}Order {{ lvals.Order }}{% endif %}