mewa fixes
authorDrew Crampsie <drewc@tech.coop>
Fri, 9 Sep 2005 11:32:35 +0000 (04:32 -0700)
committerDrew Crampsie <drewc@tech.coop>
Fri, 9 Sep 2005 11:32:35 +0000 (04:32 -0700)
darcs-hash:20050909113235-5417e-24ddd0f23b79f9e17867a197aa76d1b06f47c707.gz

src/mewa/mewa.lisp
src/mewa/slot-presentations.lisp

index be0176b..045b7c1 100644 (file)
@@ -8,7 +8,8 @@
     string    mewa-string
     number    mewa-currency
     integer   mewa-integer
-    currency  mewa-currency))
+    currency  mewa-currency
+    generalized-boolean mewa-boolean))
 
 ;;; an alist of model-class-name . attributes
 ;;; should really be a hash-table.
index bbbc1a9..ef86dec 100644 (file)
@@ -91,7 +91,7 @@ When T, only the default value for primary keys and the joins are updated.")
   (let ((date (presentation-slot-value slot instance))
        (input-id (string (gensym))))
     (if (and date (not (editablep slot)))
-       (<:span (<:as-html date)))
+       (<:as-html date))
     (when (editablep slot)
       (<ucw:input :accessor (presentation-slot-value slot instance) :id input-id)
       (<:script :type "text/javascript"