diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml
index eef87c1..7bcf576 100644
--- a/app/views/layouts/application.rhtml
+++ b/app/views/layouts/application.rhtml
@@ -32,21 +32,21 @@
-
+
<% if @category %>
<%= @category.full_name %>
- <% else @category %>
+ <% else @category %>
- <%= user_options.join(' ') %>
-
+ <%= user_options.join(' ') %>
+
<% end %>
-
+
- <%= search_box %>
+ <%= search_box %>
@@ -83,7 +83,7 @@