Wrap SITE name in quotes
Previously these were one word, but now it seems other forms of writing the site name are introduced "Allende, Chalcatongo" triggered this
This commit is contained in:
parent
1f2f704570
commit
1411dbc968
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ function logc() {
|
|||
echo "[`date '+%d-%m-%Y %H:%M:%S'`] $txt" >> $LOGFILE
|
||||
}
|
||||
|
||||
SITE=<%= @site_name %>
|
||||
SITE="<%= @site_name %>"
|
||||
|
||||
<% @dids.each_with_index do |did, index| -%>
|
||||
DID[<%= index %>]=<%= did %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue