aboutsummaryrefslogtreecommitdiff
path: root/module/calp/html
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/html')
-rw-r--r--module/calp/html/vcomponent.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm
index 29aa43f2..1f51e40f 100644
--- a/module/calp/html/vcomponent.scm
+++ b/module/calp/html/vcomponent.scm
@@ -126,7 +126,7 @@
"/search/?"
,(encode-query-parameters
`((q . (member
- ,(->quoted-string c)
+ ,(->string c)
(or (prop event 'CATEGORIES)
'())))))))
,c))