From 48f29a8734896e6fc7b72536a1a306225581d21f Mon Sep 17 00:00:00 2001 From: Albert Albala Date: Sun, 11 Jun 2023 10:04:51 -0400 Subject: [PATCH] textarea should not contain type attribute The type parameter causes https://www.html-tidy.org to issue the warning proprietary attribute type; and type does not seem to be a valid attribute for textarea --- dist/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.html b/dist/index.html index 25f9d9606..dbaeee23c 100644 --- a/dist/index.html +++ b/dist/index.html @@ -189,7 +189,7 @@

- +
A message is required.