Escape characters
This commit is contained in:
parent
49e06f2f14
commit
7917c1cc92
1 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ begin
|
|||
puts "<tr><td>Number of relations</td><td>#{relation_count}</td></tr>"
|
||||
puts "</table>"
|
||||
|
||||
puts "<h2 id="top-traces">Top 50 users for uploads of GPS data</h2>"
|
||||
puts '<h2 id="top-traces">Top 50 users for uploads of GPS data</h2>'
|
||||
puts "<table>"
|
||||
puts "<tr><th>User</th><th>Number of Points</th></tr>"
|
||||
|
||||
|
@ -41,7 +41,7 @@ begin
|
|||
|
||||
puts "</table>"
|
||||
|
||||
puts "<h2 id="number-of-editors">Number of users editing over the past...</h2>"
|
||||
puts '<h2 id="number-of-editors">Number of users editing over the past...</h2>'
|
||||
puts "<table>"
|
||||
puts "<tr><th>Data Type</th><th>Day</th><th>Week</th><th>Month</th></tr>"
|
||||
|
||||
|
@ -59,7 +59,7 @@ begin
|
|||
|
||||
puts "</table>"
|
||||
|
||||
puts "<h2 id="top-editors">Top users editing over the past...</h2>"
|
||||
puts '<h2 id="top-editors">Top users editing over the past...</h2>'
|
||||
puts "<table>"
|
||||
puts "<tr><th>Day</th><th>Week</th><th>Month</th></tr>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue