From 2f1d8630f153a49802e31a48739ba884944719d8 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 22 Apr 2007 12:50:26 +0000 Subject: [PATCH] Fixed: error on history atom feed when there's no notes on an issue change git-svn-id: http://redmine.rubyforge.org/svn/trunk@466 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/feeds/history_atom.rxml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/feeds/history_atom.rxml b/app/views/feeds/history_atom.rxml index 9d82ef606..8c01fe4ed 100644 --- a/app/views/feeds/history_atom.rxml +++ b/app/views/feeds/history_atom.rxml @@ -16,7 +16,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do xml.author { xml.name journal.user.name } xml.summary journal.notes xml.content "type" => "html" do - xml.text! journal.notes + xml.text! journal.notes if journal.notes xml.text! "