+ if comment.event == "commented" and not comment.nil?
+ description_text += "<b>Comment:</b><br>"
+ description_text += htmlize(comment.comment)
+ description_text += "<br>"
+ end
+
+ description_text += "<b>Full bug report:</b><br>"
+ description_text += comment.map_bug.flatten_comment("<br>", comment.date_created)
+
+ xml.description description_text
+ xml.author comment.commenter_name