diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php
index 5794676dc..c80627160 100644
--- a/views/bootstrap/class.ViewDocument.php
+++ b/views/bootstrap/class.ViewDocument.php
@@ -1005,7 +1005,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
if($user->isAdmin() || $a["status"] > -2) {
print "
\n";
print "".$reqName." | \n";
- print "- ".$a["date"]."
";
+ print "".$a["date"]." - ";
/* $updateUser is the user who has done the approval */
$updateUser = $dms->getUser($a["userID"]);
print (is_object($updateUser) ? htmlspecialchars($updateUser->getFullName()." (".$updateUser->getLogin().")") : "unknown user id '".$a["userID"]."'")." ";
@@ -1036,7 +1036,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
}
print "";
- print " | \n";
+ print "
| \n";
print "
\n";
}
}