From 7917c1cc92bb1109bd452cf7683cede5ac07df76 Mon Sep 17 00:00:00 2001
From: Fredrik <70209145+fredrik-lindseth@users.noreply.github.com>
Date: Wed, 17 Feb 2021 21:53:04 +0000
Subject: [PATCH] Escape characters
---
script/statistics | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/script/statistics b/script/statistics
index cab1a5191..ffc672b0b 100755
--- a/script/statistics
+++ b/script/statistics
@@ -30,7 +30,7 @@ begin
puts "
Number of relations | #{relation_count} |
"
puts ""
- puts "Top 50 users for uploads of GPS data
"
+ puts 'Top 50 users for uploads of GPS data
'
puts ""
puts "User | Number of Points |
"
@@ -41,7 +41,7 @@ begin
puts "
"
- puts "Number of users editing over the past...
"
+ puts 'Number of users editing over the past...
'
puts ""
puts "Data Type | Day | Week | Month |
"
@@ -59,7 +59,7 @@ begin
puts "
"
- puts "Top users editing over the past...
"
+ puts 'Top users editing over the past...
'
puts ""
puts "Day | Week | Month |
"
--
2.39.5