mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fix quoting issue
This commit is contained in:
parent
42d7af2408
commit
df44aa8a96
1 changed files with 1 additions and 1 deletions
|
|
@ -490,7 +490,7 @@ Additionally for forms get/setf the value."))
|
|||
(defmethod set-text-value ((obj clog-element) value)
|
||||
(jquery-execute obj
|
||||
(format nil "contents().not(~A.children()).get(0).nodeValue='~A'"
|
||||
(jquery obj) value)))
|
||||
(jquery obj) (escape-string value))))
|
||||
|
||||
(defsetf text-value set-text-value)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue