summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-05-20 20:45:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-05-20 20:45:53 +0000
commit03308028c9520fa6f4f6e153799031b153a11dfc (patch)
tree79618a5ea1d9d35a0c1b83733674ce15cb9d364e /app/views
parentb0be3b95aab8c01a7561431579c83cde07f3109f (diff)
downloadredmine-03308028c9520fa6f4f6e153799031b153a11dfc.tar.gz
redmine-03308028c9520fa6f4f6e153799031b153a11dfc.zip
Slight changes to the search results.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1440 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/search/index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/search/index.rhtml b/app/views/search/index.rhtml
index 44d024b60..b5cea4645 100644
--- a/app/views/search/index.rhtml
+++ b/app/views/search/index.rhtml
@@ -23,7 +23,7 @@
<dl id="search-results">
<% @results.each do |e| %>
<dt class="<%= e.event_type %>"><%= content_tag('span', h(e.project), :class => 'project') unless @project == e.project %> <%= link_to highlight_tokens(truncate(e.event_title, 255), @tokens), e.event_url %></dt>
- <dd><span class="description"><%= highlight_tokens(e.event_description, @tokens) %></span><br />
+ <dd><span class="description"><%= highlight_tokens(e.event_description, @tokens) %></span>
<span class="author"><%= format_time(e.event_datetime) %></span><dd>
<% end %>
</dl>