Skip to content
Snippets Groups Projects
Commit dca9a554 authored by Will Daly's avatar Will Daly
Browse files

Remove extra whitespace from textarea fields in registration form

parent a13f4f2f
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,7 @@
data-errormsg-<%= type %>="<%= msg %>"
<% });
} %>
<% if ( required ) { %> required<% } %> >
</textarea>
<% if ( required ) { %> required<% } %> ></textarea>
<% } else { %>
<input id="<%= form %>-<%= name %>"
type="<%= type %>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment