diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php
index 57eb0e776..d3f364f71 100644
--- a/views/bootstrap/class.ViewDocument.php
+++ b/views/bootstrap/class.ViewDocument.php
@@ -845,7 +845,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
print htmlspecialchars($r["comment"]);
if($r['file']) {
echo "
";
- echo " ".getMLText('download')."";
+ echo " ".getMLText('download')."";
}
print "\n";
print "
";
@@ -947,7 +947,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
print htmlspecialchars($a["comment"]);
if($a['file']) {
echo " ";
- echo " ".getMLText('download')."";
+ echo " ".getMLText('download')."";
}
echo " | \n";
print "";
@@ -1021,9 +1021,9 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
$this->contentContainerStart();
if($user->isAdmin()) {
if(SeedDMS_Core_DMS::checkIfEqual($workflow->getInitState(), $latestContent->getWorkflowState())) {
- print "";
+ print "";
} else {
- print "";
+ print "";
}
}
@@ -1123,7 +1123,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
echo " | ";
if($latestContent->triggerWorkflowTransitionIsAllowed($user, $transition)) {
$action = $transition->getAction();
- print "";
+ print "";
$allowedtransitions[] = $transition;
}
echo " | ";
@@ -1149,7 +1149,7 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style {
}
echo "";
echo "