summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-13 00:06:32 +0200
committermh <mh@immerda.ch>2011-10-13 00:06:32 +0200
commit15505ed10296e48c1f023791c073c320d094ae12 (patch)
treeda5ff28407eca7c08575276a90d7a7a9b7810ac5 /templates
parent041b1930c77117c7f23c07f23ea14bff77bcf49d (diff)
enforce space between options
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/partials/std_override_options.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vhosts/partials/std_override_options.erb b/templates/vhosts/partials/std_override_options.erb
index 6be9ff1..95a5e6a 100644
--- a/templates/vhosts/partials/std_override_options.erb
+++ b/templates/vhosts/partials/std_override_options.erb
@@ -1,4 +1,4 @@
AllowOverride <%= allow_override %>
<% if options.to_s != 'absent' || do_includes.to_s == 'true' || run_mode == 'fcgid' -%>
- Options <%- unless options.to_s == 'absent' then -%><%= options %><% end -%><% if do_includes.to_s == 'true' && !options.include?('+Includes') -%> +Includes<% end -%><% if run_mode == 'fcgid' && !options.include?('+ExecCGI') -%>+ExecCGI<% end -%>
- <% end -%> \ No newline at end of file
+ Options <%- unless options.to_s == 'absent' then -%><%= options %><% end -%><% if do_includes.to_s == 'true' && !options.include?('+Includes') -%> +Includes<% end -%><% if run_mode == 'fcgid' && !options.include?('+ExecCGI') -%> +ExecCGI<% end -%>
+ <% end -%>