aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-08-31 23:45:10 +0000
committerfrancis <francis>2008-08-31 23:45:10 +0000
commit315d2bbd877440d6e64e3f53af0c9d9708f9ad2b (patch)
tree9f39d07b7e7a81363447b9d889a4a502f1943e41
parente5181d8b593b08e7d63b9c1b37bfb6a0fdab0573 (diff)
Make the HTML validate.
-rw-r--r--app/views/request/_describe_state.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_describe_state.rhtml b/app/views/request/_describe_state.rhtml
index ece2fa3ee..463a76795 100644
--- a/app/views/request/_describe_state.rhtml
+++ b/app/views/request/_describe_state.rhtml
@@ -22,7 +22,7 @@
<br>
<%= radio_button "incoming_message", "described_state", "requires_admin", :id => 'requires_admin' + id_suffix %>
<label for="requires_admin<%=id_suffix%>"><strong>None</strong> of the above - enter quick summary here:</label>
- <%= text_field "incoming_message", 'requires_admin_details', :class => 'requires_admin_details', :size => 60 %></p>
+ <%= text_field "incoming_message", 'requires_admin_details', :class => 'requires_admin_details', :id => 'requires_admin_details' + id_suffix, :size => 60 %>
</p>
<p>Filling this in helps everyone track the progress of your request.
</p>