From d7644b8f006ddcbdd4fdee3e160864ee28881f29 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Wed, 5 Dec 2012 12:35:21 -0800 Subject: [PATCH] Remove spurious submit form title wrap attribute. This was prompted by buggy IE10 behavior where the "required" attribute form validation seems to treat the textarea as empty with the "wrap" attribute present. --- r2/r2/templates/newlink.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/templates/newlink.html b/r2/r2/templates/newlink.html index 43c9436f0..9e49d0b95 100755 --- a/r2/r2/templates/newlink.html +++ b/r2/r2/templates/newlink.html @@ -59,7 +59,7 @@ ${thing.formtabs_menu}
<%utils:round_field title="${_('title')}" id="title-field"> - + ${error_field("NO_TEXT", "title", "div")} ${error_field("TOO_LONG", "title", "div")}