From 71f4ceb0a7aaed9512d493e54947f7e999b053f0 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 21 Jun 2009 22:17:11 +0200 Subject: fixing if then end block --- templates/vhosts/static/OpenBSD.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/vhosts/static/OpenBSD.erb b/templates/vhosts/static/OpenBSD.erb index ee0abd8..be9deb9 100644 --- a/templates/vhosts/static/OpenBSD.erb +++ b/templates/vhosts/static/OpenBSD.erb @@ -33,6 +33,7 @@ require valid-user <%- end -%> + <%- end -%> <%- if mod_security.to_s == 'true' then -%> @@ -46,7 +47,6 @@ SecDebugLog <%= logdir %>/mod_security_debug.log - <%- end -%> <%- unless additional_options.to_s == 'absent' then -%> <%= additional_options %> <%- end -%> @@ -85,6 +85,7 @@ require valid-user <%- end -%> + <%- end %> <%- if mod_security.to_s == 'true' then -%> @@ -98,7 +99,6 @@ SecDebugLog <%= logdir %>/mod_security_debug.log - <%- end %> <%- unless additional_options.to_s == 'absent' then -%> <%= additional_options %> <%- end -%> -- cgit v1.2.3