Skip to content

Commit

Permalink
Fix syntax error in ERB template
Browse files Browse the repository at this point in the history
  • Loading branch information
lboynton committed Oct 18, 2012
1 parent 4f6f488 commit 13174e0
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 13174e0

Please sign in to comment.