]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Elements/CollectionList
Upgrade to 4.0.13
[usit-rt.git] / share / html / Elements / CollectionList
index 29b68504d45aa06e6059cdbde1dcfc182897163a..7e4ba159bcb8f0bfd325c5395e8bdd8862be01ef 100644 (file)
@@ -111,7 +111,7 @@ if ($Class =~ /::/) { # older passed in value
     $Class =~ s/:/_/g;
 }
 
-$m->out('<table class="' .
+$m->out('<table cellspacing="0" class="' .
        ($Collection->isa('RT::Tickets') ? 'ticket-list' : 'collection') . ' collection-as-table">');
 
 if ( $ShowHeader ) {