From 8f877ba14747774fd8bc3e9b14627b5a78c2b6ef Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 31 Jan 2010 10:00:06 +0100 Subject: Adhere to WCAG 1.0, checkpoint 5.1. Ignore-this: 1087d4fc89d5da9ceefe8f1ddabc3923 darcs-hash:8a7541d07ac11d2a14fe80900ae7c7e422c838fe --- journal.lisp | 6 +++--- 1 file 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)) -- cgit v1.2.3