Skip to content

Commit

Permalink
Fixed character highlighting all results
Browse files Browse the repository at this point in the history
  • Loading branch information
Haris Khan committed Oct 11, 2010
1 parent f87d0f2 commit 1b57cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/documents/search.html.erb
Expand Up @@ -10,7 +10,7 @@
<div style="float:right; width:800px; padding:8px 0px;">
<h1><%=h document.title %></h1>
<h2><%=h document.category.name unless document.category.nil? %></h2>
<h3><strong><%= document.excerpts.description%></strong></h3>
<h3><%= document.excerpts.description%></h3>
</div>
<div style="clear:both;"></div>
<% end %>
Expand Down

0 comments on commit 1b57cae

Please sign in to comment.