remove empty script tag

This commit is contained in:
Uwe Steinmann 2018-03-29 15:16:39 +02:00
parent d7e22068af
commit 8447c87ab0

View File

@ -76,11 +76,6 @@ $(document).ready(function() {
$this->contentStart();
$this->pageNavigation($this->getFolderPathHTML($folder, true, $document), "view_document", $document);
$this->contentHeading(getMLText("trigger_workflow"));
?>
<script language="JavaScript">
</script>
<?php
$action = $transition->getAction();
$currentstate = $latestContent->getWorkflowState();