Skip to content

Commit

Permalink
Input box values should be quoted
Browse files Browse the repository at this point in the history
Fixes a bug where values would be truncated at the first space,
when there was a server side validation error.
  • Loading branch information
jamiecobbett committed Nov 1, 2012
1 parent cb2ea10 commit bdbdc1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/support/_assignvalue.erb
@@ -1,5 +1,5 @@
<% if param %>
value=<%= param %>
value="<%= param %>"
<% else %>
<%= "" %>
<% end %>

0 comments on commit bdbdc1c

Please sign in to comment.