Remove extra whitespace from textarea fields in registration form
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
data-errormsg-<%= type %>="<%= msg %>"
|
||||
<% });
|
||||
} %>
|
||||
<% if ( required ) { %> required<% } %> >
|
||||
</textarea>
|
||||
<% if ( required ) { %> required<% } %> ></textarea>
|
||||
<% } else { %>
|
||||
<input id="<%= form %>-<%= name %>"
|
||||
type="<%= type %>"
|
||||
|
||||
Reference in New Issue
Block a user