From 25311fe2f809e19397c4a7179b0ca012817a1cea Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 11 Jan 2021 21:52:49 -0600 Subject: [PATCH] Textarea value sandwich :) --- toolkit/templates/input.rs.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/toolkit/templates/input.rs.html b/toolkit/templates/input.rs.html index a011de4..e42ddaf 100644 --- a/toolkit/templates/input.rs.html +++ b/toolkit/templates/input.rs.html @@ -9,9 +9,7 @@ class="@input.class_string()" name="@input.name" placeholder="@placeholder" - > - @value - + >@value } else { - @value - + >@value } else {