adding semi-colon to end of location_custom_cfg_append options.
This commit is contained in:
parent
01f914df3d
commit
6d4b7f0b18
1 changed files with 2 additions and 2 deletions
|
@ -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 -%>
|
||||
|
|
Loading…
Reference in a new issue