diff options
author | francis <francis> | 2008-05-16 14:45:37 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-16 14:45:37 +0000 |
commit | e84d970570faec573f5dc1023ea7ff30e8909ac6 (patch) | |
tree | c202c1589f8336f40a9580e5701ac8f5cffcbdda | |
parent | db6e49f0fd5608a48113c48968cd03d259c0f218 (diff) |
Highlight in atom feed
-rw-r--r-- | app/views/track/atom_feed.atom.builder | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/track/atom_feed.atom.builder b/app/views/track/atom_feed.atom.builder index 7fa2dda1a..d1e9310b8 100644 --- a/app/views/track/atom_feed.atom.builder +++ b/app/views/track/atom_feed.atom.builder @@ -1,5 +1,6 @@ atom_feed do |feed| feed.title(@track_thing.params[:title_in_rss]) + @highlight_words = @xapian_object.words_to_highlight for result in @xapian_object.results feed.entry(result[:model]) do |entry| |