diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php
index 33b8af6fc..fef62364f 100644
--- a/views/bootstrap/class.Bootstrap.php
+++ b/views/bootstrap/class.Bootstrap.php
@@ -1391,7 +1391,7 @@ $(function() {
} else
$content .= "
getMimeIcon($latestContent->getFileType())."\" title=\"".htmlspecialchars($latestContent->getMimeType())."\"> | ";
- $content .= "" . htmlspecialchars($document->getName()) . "";
+ $content .= " | " . htmlspecialchars($document->getName()) . "";
if($comment) {
$content .= " ".htmlspecialchars($comment)."";
}
|