X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/eeed4326c3330d13ba9f8b8b06254d7a370a5d85..HEAD:/src/ucw/html-description.lisp diff --git a/src/ucw/html-description.lisp b/src/ucw/html-description.lisp index 4905c65..90bc551 100644 --- a/src/ucw/html-description.lisp +++ b/src/ucw/html-description.lisp @@ -138,8 +138,7 @@ (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))