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))) ,@body) `(progn ,@body))))))) \ No newline at end of file