properly escape backslash and attributes

This commit is contained in:
David Botton 2022-07-07 19:41:01 -04:00
parent 8dd156ca79
commit 96891ba5b6
12 changed files with 126 additions and 112 deletions

View file

@ -309,7 +309,7 @@ new-row will block until on-fetch returns."))
"")
(if class
(format nil " class='~A'"
(escape-string class))
(escape-string class :html t))
""))
:clog-type 'clog-lookup :html-id html-id :auto-place t)))
(when label
@ -397,7 +397,7 @@ the displayed option."
"")
(if class
(format nil " class='~A'"
(escape-string class))
(escape-string class :html t))
""))
:clog-type 'clog-db-table
:html-id html-id