diff options
-rw-r--r-- | html/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html index 65963b0..1d42a37 100644 --- a/html/index.html +++ b/html/index.html @@ -142,7 +142,7 @@ function date_to_readable(date) { return result; } - return ` ${secs}s`; + return `${secs}s`; } function in_code(text) { |