From 74d66324e1e9dac22991069709be663187ec679c Mon Sep 17 00:00:00 2001
From: Jan Faracik <43062514+janfaracik@users.noreply.github.com>
Date: Tue, 26 Oct 2021 20:09:50 +0100
Subject: [PATCH] Update description of ID attribute for form - thanks @timja
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
---
core/src/main/resources/lib/form/form.jelly | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/src/main/resources/lib/form/form.jelly b/core/src/main/resources/lib/form/form.jelly
index 39f30b49842d..208177abb77d 100644
--- a/core/src/main/resources/lib/form/form.jelly
+++ b/core/src/main/resources/lib/form/form.jelly
@@ -45,7 +45,7 @@ THE SOFTWARE.
@enctype of the <form> HTML element.
- ID of the HTML element.
+ ID of the form.
@target of the <form> HTML element. Works like <a target="...">