From a925dd38ad8a51dbf443506b0772150a5cef0799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 15 Jul 2020 00:47:27 +0200 Subject: Repair jump to date. --- module/output/html.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/output/html.scm') diff --git a/module/output/html.scm b/module/output/html.scm index acc93c0e..2d113b35 100644 --- a/module/output/html.scm +++ b/module/output/html.scm @@ -737,7 +737,7 @@ [else ""])) "idag")) - (div (@ (class "jump-to")) + (div (@ (id "jump-to")) ;; Firefox's accessability complain about each date ;; component, meaning that it's broken. This label ;; is for the whole input, which can be enabled -- cgit v1.2.3