diff --git a/templates/vhost/location_footer.erb b/templates/vhost/location_footer.erb index 204f951..287e41c 100644 --- a/templates/vhost/location_footer.erb +++ b/templates/vhost/location_footer.erb @@ -18,12 +18,12 @@ <%- if value.is_a?(Hash) -%> <%- value.sort_by {|k,v| k}.each do |subkey,subvalue| -%> <%- Array(subvalue).each do |asubvalue| -%> - <%= key %> <%= subkey %> <%= asubvalue %>; + <%= key %> <%= subkey %> <%= asubvalue %> <%- end -%> <%- end -%> <%- else -%> <%- Array(value).each do |asubvalue| -%> - <%= key %> <%= asubvalue %>; + <%= key %> <%= asubvalue %> <%- end -%> <%- end -%> <%- end -%>