From 88ac72f017da9a0085e0299aa6aac46294cb1590 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 17 May 2011 22:59:31 +0200 Subject: fix template typo --- templates/vhosts/partials/mod_security.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/vhosts/partials/mod_security.erb b/templates/vhosts/partials/mod_security.erb index e70b217..bfb729d 100644 --- a/templates/vhosts/partials/mod_security.erb +++ b/templates/vhosts/partials/mod_security.erb @@ -16,7 +16,7 @@ SecDebugLog <%= logdir %>/mod_security_debug.log <% unless mod_security_rules_to_disable.to_a.empty? -%> - <% mod_security_rules_to_disable.to_a.each do |rule| + <% mod_security_rules_to_disable.to_a.each do |rule| -%> SecRuleRemoveById "<%= rule %>" <% end -%> <% end -%> -- cgit v1.2.3