summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-10-07 23:43:43 +0200
committerhukl <contact@smyck.org>2009-10-07 23:43:43 +0200
commitbdcb3c20521c9c51bdafd6bd40288b38c35f9202 (patch)
tree80d2df79d698920934fab51bff9b7c222e1ecc80
parent8f809247c52eeadd4b247ab4ec6f200ec0ebe4f7 (diff)
fixed html
-rw-r--r--app/views/content/_search.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/content/_search.html.erb b/app/views/content/_search.html.erb
index 718a516..9f61042 100644
--- a/app/views/content/_search.html.erb
+++ b/app/views/content/_search.html.erb
@@ -1,8 +1,8 @@
1<table>
2<% form_tag search_path, :method => 'get' do %> 1<% form_tag search_path, :method => 'get' do %>
2<table>
3 <tr> 3 <tr>
4 <td><%= text_field_tag :search_term, params[:search_term] %></td> 4 <td><%= text_field_tag :search_term, params[:search_term] %></td>
5 <td style="padding-top: 2px"><%= image_submit_tag("search_button.png") %></td> 5 <td style="padding-top: 2px"><%= image_submit_tag("search_button.png") %></td>
6 </tr> 6 </tr>
7<% end %> 7</table>
8</table> \ No newline at end of file 8<% end %> \ No newline at end of file