From 2e1d9b4ec2588ab2a7e40922fd52854747b64936 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 9 Nov 2023 11:12:28 +0100 Subject: [PATCH] Fix indentation --- src/component/form.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/form.lisp b/src/component/form.lisp index 0c9b6a2..6448dc6 100644 --- a/src/component/form.lisp +++ b/src/component/form.lisp @@ -154,7 +154,7 @@ checkable macros." TYPE: Specifies the type of input, such as: 'button', 'checkbox', 'color', 'date', 'datetime-local', 'email', 'file', 'hidden', 'image', 'month', 'number', 'password', 'radio', 'range', 'reset', -'search', 'submit', 'tel', 'text', 'time', 'url', 'week'. +'search', 'submit', 'tel' 'text', 'time', 'url', 'week' NAME: The name attribute for the control.