aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/html/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-11-28 10:48:52 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2022-11-28 10:48:52 +0100
commit60d990ae0bc16dbdd6600598d4171d70e2ace19d (patch)
tree9b3d4aeb074efd1273b73e3772b7e4cf7b637c7d /html/index.html
parenttweak the UI a bit (diff)
downloadwg-api-web-60d990ae0bc16dbdd6600598d4171d70e2ace19d.tar.gz
wg-api-web-60d990ae0bc16dbdd6600598d4171d70e2ace19d.zip
html: remove a redundant space
Diffstat (limited to 'html/index.html')
-rw-r--r--html/index.html2
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) {