diff options
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r-- | app/views/request/show.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index f10e36ccd..fd2455475 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -1,7 +1,7 @@ <% @title = h(@info_request.title) %> <% if @info_request.awaiting_description %> - <div id="describe_state_form"> + <div class="describe_state_form"> <%= render :partial => 'describe_state' %> </div> <% end %> @@ -64,7 +64,7 @@ </div> <% if @info_request.awaiting_description %> - <div id="describe_state_form"> + <div class="describe_state_form"> <%= render :partial => 'describe_state' %> </div> <% end %> |