summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2010-01-31 10:00:06 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2010-01-31 10:00:06 +0100
commit8f877ba14747774fd8bc3e9b14627b5a78c2b6ef (patch)
tree73d221bb9c513278cb384d8b42158760f5b09fb8
parent0627b4efc79fff7f905a4a9564746f99bca6a071 (diff)
Adhere to WCAG 1.0, checkpoint 5.1.
Ignore-this: 1087d4fc89d5da9ceefe8f1ddabc3923 darcs-hash:8a7541d07ac11d2a14fe80900ae7c7e422c838fe
-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))