From 7532b47f7e62dc705e92051beee75968f5c226c5 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 9 Oct 2011 01:20:23 +0200 Subject: fix naming --- templates/vhosts/partials/header_default.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/vhosts/partials/header_default.erb b/templates/vhosts/partials/header_default.erb index 1c9309d..4b4bcc2 100644 --- a/templates/vhosts/partials/header_default.erb +++ b/templates/vhosts/partials/header_default.erb @@ -15,6 +15,6 @@ <% if default_charset.to_s != 'absent' then -%> AddDefaultCharset <%= default_charset %> <% end -%> -<% unless passed_extension.to_s.empty? -%> - DirectoryIndex index.htm index.html index.<%= passed_extension %> +<% unless passing_extension.to_s.empty? -%> + DirectoryIndex index.htm index.html index.<%= passing_extension %> <% end -%> \ No newline at end of file -- cgit v1.2.3