From dca9a554cf0ec75f58f281ad1db4e8f2028d2ace Mon Sep 17 00:00:00 2001 From: Will Daly Date: Mon, 10 Nov 2014 08:18:43 -0500 Subject: [PATCH] Remove extra whitespace from textarea fields in registration form --- lms/templates/student_account/form_field.underscore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lms/templates/student_account/form_field.underscore b/lms/templates/student_account/form_field.underscore index 24dac82d3a..d65d030414 100644 --- a/lms/templates/student_account/form_field.underscore +++ b/lms/templates/student_account/form_field.underscore @@ -28,8 +28,7 @@ data-errormsg-<%= type %>="<%= msg %>" <% }); } %> - <% if ( required ) { %> required<% } %> > - + <% if ( required ) { %> required<% } %> > <% } else { %>