Merge pull request #819 from iain-buclaw-sociomantic/emptyline
Fix location template to not add empty line
This commit is contained in:
commit
ea037f152c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<% end -%>
|
||||
<% if @auth_basic -%>
|
||||
auth_basic "<%= @auth_basic %>";
|
||||
<%- end %>
|
||||
<% end -%>
|
||||
<%- if @auth_basic_user_file -%>
|
||||
auth_basic_user_file <%= @auth_basic_user_file %>;
|
||||
<% end -%>
|
||||
|
|
Loading…
Reference in a new issue