diff options
-rw-r--r-- | templates/site.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/site.erb b/templates/site.erb index 795fadc..1d24628 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -5,7 +5,7 @@ DocumentRoot <%= docroot %> <% if redirect != false %> RedirectMatch ^/$ <%= protocol %>://<%= title %>.<%= domain %>/<%= redirect %><% end %> <% if use != false %><% use.each do |instance| -%> - Use <%= instance %><% end -%> -<% end -%> + Use <%= instance %> +<% end -%><% end -%> </VirtualHost> # end vhost for <%= title %> |