aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-10-26 20:30:22 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-10-26 20:30:22 +0100
commit2ee958354c18d91a8bd44028042bb4a4a10c423a (patch)
tree519e65f453df977d99b656050e358b770efbce10 /module/vcomponent
parentFix listener propagation for "root" element. (diff)
downloadcalp-2ee958354c18d91a8bd44028042bb4a4a10c423a.tar.gz
calp-2ee958354c18d91a8bd44028042bb4a4a10c423a.tar.xz
HTML Prettyify code for following tags.
Diffstat (limited to 'module/vcomponent')
-rw-r--r--module/vcomponent/search.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/search.scm b/module/vcomponent/search.scm
index 27483720..39a3847a 100644
--- a/module/vcomponent/search.scm
+++ b/module/vcomponent/search.scm
@@ -70,7 +70,7 @@
(eval `(lambda (event) ,@expressions)
(make-sandbox-module
`(
- ((vcomponent base) prop param children type)
+ ((vcomponent base) prop param children type parent)
((ice-9 regex) string-match)
,@(bindings-for '(datetime))
,@all-pure-bindings)