diff options
author | Francis Irving <francis@mysociety.org> | 2010-09-14 12:00:57 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-09-14 12:00:57 +0100 |
commit | 3b1462faa1b452c43eb41229495d075021b2ba5d (patch) | |
tree | 2d06ea4d836f22e321bfdc894e812e2881eabc2e | |
parent | 248ca32e1eecd0f597ca6c02546ecdc3b166bdba (diff) |
Revert typo
-rw-r--r-- | app/views/request/_request_listing_via_event.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_request_listing_via_event.rhtml b/app/views/request/_request_listing_via_event.rhtml index afbd053f0..831ab5836 100644 --- a/app/views/request/_request_listing_via_event.rhtml +++ b/app/views/request/_request_listing_via_event.rhtml @@ -15,7 +15,7 @@ end %> <% end %> </span> <span class="desc"> - <%= highlight_and_excerpt(event.Search_text_main(true), @highlight_words, 150) %> + <%= highlight_and_excerpt(event.search_text_main(true), @highlight_words, 150) %> </span> <span class="bottomline icon_<%= info_request.calculate_status %>"> |