]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Elements/CollectionAsTable/Row
Upgrade to 4.2.8
[usit-rt.git] / share / html / Elements / CollectionAsTable / Row
index bbcfd2227e896e59d49d2fb39fee72853fc0cd84..9864b23c9c1ebc7f88053debe48b86ad48aeaa09 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -130,7 +130,6 @@ foreach my $column (@Format) {
             Arguments => [$record, $i],
         );
     }
-    s/\n/<br \/>/gs for grep defined $_, @out;
 
     $m->out( $_ .'="'. $m->interp->apply_escapes( $attrs{$_} => 'h' ) .'"' )
         foreach grep $attrs{$_}, qw(align style colspan);