summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2011-10-09 01:20:23 +0200
committermh <mh@immerda.ch>2011-10-09 01:20:23 +0200
commit7532b47f7e62dc705e92051beee75968f5c226c5 (patch)
tree8547ad32806f7b3a2cd2c353b87854e452c7d0a0 /templates
parent7a2bc42c1ae63b08f90825446f51ee626b8a5f27 (diff)
fix naming
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/partials/header_default.erb4
1 files changed, 2 insertions, 2 deletions
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