summaryrefslogtreecommitdiff
path: root/macros.lisp
diff options
context:
space:
mode:
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)