diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 19249b06e..66f1b3bec 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -421,10 +421,10 @@ class LetoDMS_View_ViewDocument extends LetoDMS_Bootstrap_Style { contentContainerStart(); if(LetoDMS_Core_DMS::checkIfEqual($workflow->getInitState(), $latestContent->getWorkflowState())) { - print "
"; + print ""; } else { if($user->isAdmin()) - print ""; + print ""; } $workflowstate = $latestContent->getWorkflowState();