[bknr-cvs] hans changed trunk/projects/quickhoney/src/tags.lisp

BKNR Commits bknr at bknr.net
Tue Sep 9 08:45:08 UTC 2008


Revision: 3858
Author: hans
URL: http://bknr.net/trac/changeset/3858

Fix some XHTML 1.0 validation errors.

U   trunk/projects/quickhoney/src/tags.lisp

Modified: trunk/projects/quickhoney/src/tags.lisp
===================================================================
--- trunk/projects/quickhoney/src/tags.lisp	2008-09-09 08:43:17 UTC (rev 3857)
+++ trunk/projects/quickhoney/src/tags.lisp	2008-09-09 08:45:08 UTC (rev 3858)
@@ -48,6 +48,7 @@
          (html 
                ((:img :src #?"/image/$(image-name)"
                       :class "image"
+                      :alt ""
                       :width (bknr.images:store-image-width image)
                       :height (bknr.images:store-image-height image)))
                ((:div :class "metadata" :style #?"height: $((bknr.images:store-image-height image))px")




More information about the Bknr-cvs mailing list