[bknr-cvs] hans changed trunk/bknr/web/src/web/web-macros.lisp
BKNR Commits
bknr at bknr.net
Tue Mar 3 22:27:55 UTC 2009
Revision: 4329
Author: hans
URL: http://bknr.net/trac/changeset/4329
Add namespace qualifier.
U trunk/bknr/web/src/web/web-macros.lisp
Modified: trunk/bknr/web/src/web/web-macros.lisp
===================================================================
--- trunk/bknr/web/src/web/web-macros.lisp 2009-03-03 22:22:50 UTC (rev 4328)
+++ trunk/bknr/web/src/web/web-macros.lisp 2009-03-03 22:27:55 UTC (rev 4329)
@@ -120,6 +120,6 @@
,(if root-element
`(cxml:with-element ,root-element
,@(when xmlns
- `((attribute "xmlns" ,xmlns)))
+ `((cxml:attribute "xmlns" ,xmlns)))
, at body)
`(progn , at body)))))))
\ No newline at end of file
More information about the Bknr-cvs
mailing list