Skip to content

Commit

Permalink
no need to quote non-link entry now. closes nahi#206.
Browse files Browse the repository at this point in the history
  • Loading branch information
nahi committed Jul 16, 2009
1 parent 6c33626 commit 22dc249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/entry_helper.rb
Expand Up @@ -211,7 +211,7 @@ def common_content(entry)
if fold
str += link_to(inline_icon_tag(:more), link_show(entry.id))
end
content = q(str)
content = str
end
if !entry.medias.empty?
# entries from Hatena contains 'enclosure' but no title and link for now.
Expand Down

0 comments on commit 22dc249

Please sign in to comment.