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:
commit
ba0ba8686f
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user