mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-24 02:50:41 -08:00
fix encoding of html entities
This commit is contained in:
parent
52e2bbe6f3
commit
a7bd5e5ed2
1 changed files with 0 additions and 1 deletions
|
|
@ -325,7 +325,6 @@
|
|||
`((:name "contents"
|
||||
:setup ,(lambda (control td1 td2)
|
||||
(declare (ignore td1))
|
||||
(princ (inner-html control))
|
||||
(let ((d1 (create-text-area td2 :value (inner-html control))))
|
||||
(set-on-change d1 (lambda (obj)
|
||||
(declare (ignore obj))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue