summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjournal.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/journal.lisp b/journal.lisp
index bb5e1b7..116ea8a 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -577,9 +577,9 @@
(<:caption (<:as-is "Eintr&#228;ge nach Datum"))
(<:thead
(<:tr
- (<:th (<:as-is "Titel"))
- (<:th (<:as-is "Datum"))
- (<:th (<:as-is "Kommentare"))))
+ (<:th :scope "col" (<:as-is "Titel"))
+ (<:th :scope "col" (<:as-is "Datum"))
+ (<:th :scope "col" (<:as-is "Kommentare"))))
(<:tbody
(dolist (entry entries)
(let ((*full-entry-view* nil))