Escape characters

This commit is contained in:
Fredrik 2021-02-17 21:53:04 +00:00 committed by GitHub
parent 49e06f2f14
commit 7917c1cc92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>"