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 "
".createHiddenFieldWithKey('removeworkflow')."getVersion()."\" />
"; + print "
".createHiddenFieldWithKey('removeworkflow')."getVersion()."\" />
"; } else { if($user->isAdmin()) - print "
".createHiddenFieldWithKey('rewindworkflow')."getVersion()."\" />
"; + print "
".createHiddenFieldWithKey('rewindworkflow')."getVersion()."\" />
"; } $workflowstate = $latestContent->getWorkflowState();