diff --git a/out/out.ViewFolder.php b/out/out.ViewFolder.php
index fca97b8dc..1014a48cb 100644
--- a/out/out.ViewFolder.php
+++ b/out/out.ViewFolder.php
@@ -103,7 +103,8 @@ foreach($subFolders as $subFolder) {
print "
getID()."&showtree=".$showtree."\"> | \n";
print "getID()."&showtree=".$showtree."\">" . $subFolder->getName() . " | \n";
print "".$owner->getFullName()." | ";
- print "".count($subsub)." ".getMLText("folders").", ".count($subdoc)." ".getMLText("documents")." | ";
+ print "".count($subsub)." ".getMLText("folders").", ".count($subdoc)." ".getMLText("documents")." | ";
+ print " | ";
print "".$comment." | ";
print "\n";
}