summaryrefslogtreecommitdiff
path: root/macros.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-11-15 01:48:02 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-11-15 01:48:02 +0100
commit10ef1d287cf2bb24c6a13b3251d38708468dbdf5 (patch)
tree1fc773917bbd4e39d317e05d9956500add295518 /macros.lisp
parentb59e351174ad9c345410f56d895b6bd6be71217f (diff)
Fix the use of Yaclml for HTML 5.
Ignore-this: f9c959faa2ff79c2d0195e428567e2b1 darcs-hash:25aec7dd81acd0f5b924c54e174fb0d9cfc29dd7
Diffstat (limited to 'macros.lisp')
-rw-r--r--macros.lisp8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros.lisp b/macros.lisp
index 0b54aef..651a085 100644
--- a/macros.lisp
+++ b/macros.lisp
@@ -40,10 +40,10 @@
(emit-body body)
(emit-close-tag "html"))
-(yaclml::def-html-tag <article :core :i18n :event)
-(yaclml::def-html-tag <header :core :i18n :event)
-(yaclml::def-html-tag <footer :core :i18n :event)
-(yaclml::def-html-tag <time :core :i18n :event pubdate datetime)
+(yaclml::def-html-tag <::article :core :i18n :event)
+(yaclml::def-html-tag <::header :core :i18n :event)
+(yaclml::def-html-tag <::footer :core :i18n :event)
+(yaclml::def-html-tag <::time :core :i18n :event pubdate datetime)
(defmacro with-web-journal ((page-title &key canonical-uri) &body body)