diff options
-rwxr-xr-x | journal.lisp | 6 |
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ä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)) |