add support for lines to default display
[clinton/lisp-on-lines.git] / src / relational-attributes.lisp
index 58014f4..7e17d58 100644 (file)
@@ -46,7 +46,7 @@
   (dolist* (obj (find-all-foreign-objects object attribute))
     (<ucw:option
      :value obj
-     (display* obj :type 'as-string)))))
+     (display* obj :layers '(+ as-string))))))
 
 
 ;;;; ** Has-Many attribute
@@ -73,7 +73,7 @@
           (<:ul 
            (dolist* (x i)
              (<:li (display* x
-                             :type 'lol::one-line
+                             :type 'lol::as-string
                              :layers '(+ wrap-link - label-attributes))))))))