From 81740400f9bcf10a384f3f143a02b3bdeba0c2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 16 Oct 2020 23:09:11 +0200 Subject: s/inline-edit/input-list/ --- module/calp/html/vcomponent.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm index 7414654b..cf8f3a9d 100644 --- a/module/calp/html/vcomponent.scm +++ b/module/calp/html/vcomponent.scm @@ -203,7 +203,7 @@ ,@(with-label "Kategorier" - `(div (@ (class "inline-edit")) + `(div (@ (class "input-list")) ,@(awhen (prop ev 'CATEGORIES) (map (lambda (c) `(input (@ (size 2) -- cgit v1.2.3