changeset 712:a1e0728d1e02 feature_36

Fixes Issue #314.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 23 Sep 2011 12:23:25 +0100
parents 7fd36e4a99a1
children ebca856bd627
files vendor/plugins/redmine_bibliography/app/helpers/publications_helper.rb
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vendor/plugins/redmine_bibliography/app/helpers/publications_helper.rb	Tue Sep 20 10:57:43 2011 +0100
+++ b/vendor/plugins/redmine_bibliography/app/helpers/publications_helper.rb	Fri Sep 23 12:23:25 2011 +0100
@@ -13,7 +13,9 @@
     s = ''
     projects.sort.each do |project|
       s << "<label>#{ check_box_tag name, project.id, false } #{link_to_project project}</label>\n"
+      s << '<br />'
     end
+
     s 
   end