Fix missing `without-special-symbol-access' in `funcall-with-attribute-context'
[clinton/lisp-on-lines.git] / src / ucw / html-description.lisp
index 4905c65..90bc551 100644 (file)
 
 (define-layered-method display-html-attribute-value 
   :in-layer #.(defining-description 'editable) (object attribute)
-
-  (<:as-html (princ-to-string (attribute-editp attribute)))
+  #+nil(<:as-html (princ-to-string (attribute-editp attribute)))
     (if (attribute-editp attribute)    
            (<:td
             :class "lol-attribute-value" (display-attribute-editor attribute))