From 0bdfddae1ec3b4bbd9911a4f88cb7510aa24a8bc Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 23 Nov 2018 14:03:37 +0100 Subject: [PATCH] Fix that tr classes are applied on NEWLINE in Row callback --- share/html/Elements/CollectionAsTable/Row | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/html/Elements/CollectionAsTable/Row b/share/html/Elements/CollectionAsTable/Row index ca492cee0e6..de44a27113d 100644 --- a/share/html/Elements/CollectionAsTable/Row +++ b/share/html/Elements/CollectionAsTable/Row @@ -71,7 +71,7 @@ foreach my $column (@Format) { } $item = 0; $m->out( '' . "\n" ); - $m->out( '' . "\n" );