Skip to content

Commit

Permalink
Merge pull request #32 from lboynton/fix-template-syntax
Browse files Browse the repository at this point in the history
Fix syntax error in ERB template
  • Loading branch information
James Fryman committed Oct 24, 2012
2 parents 4f6f488 + 13174e0 commit ea04c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhost/vhost_location_alias.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
location <%= location %> {
<% if @location_cfg_prepend -%<% location_cfg_prepend.each do |key,value| -%>
<% if @location_cfg_prepend -%><% location_cfg_prepend.each do |key,value| -%>
<%= key %> <%= value %>;
<% end -%><% end -%>
alias <%= location_alias %>;
Expand Down

0 comments on commit ea04c46

Please sign in to comment.