Skip to content

Commit

Permalink
removed last '+'
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ström committed Dec 27, 2009
1 parent e759b0b commit c9f426a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/atom_feed/nordea.cgi
Expand Up @@ -50,7 +50,7 @@ protected

feed.entry do |entry|
entry.id "tag:nordea,#{SCHEMA_DATE}:#{@pnr}/#{item.account.index};" +
"#{item_time.strftime('%Y-%m-%d')};#{item.final_text.gsub(/\W/, '')};" +
"#{item_time.strftime('%Y-%m-%d')};#{item.final_text.gsub(/\W/, '')};"
amount = %Q{%.2f SEK} % item.amount
entry.title "#{item.text} #{amount}"
entry.content %{<table>
Expand Down

0 comments on commit c9f426a

Please sign in to comment.