Commit dca9a554 by Will Daly

Remove extra whitespace from textarea fields in registration form

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