add missing contendEnd()

This commit is contained in:
Uwe Steinmann 2016-03-21 06:20:19 +01:00
parent 1cd5622ca0
commit 59786c7bb0
4 changed files with 4 additions and 1 deletions

View File

@ -136,8 +136,8 @@ class SeedDMS_View_CheckOutSummary extends SeedDMS_Bootstrap_Style {
printMLText("empty_notify_list");
}
$this->contentContainerEnd();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */
}

View File

@ -140,6 +140,7 @@ class SeedDMS_View_ReceiptSummary extends SeedDMS_Bootstrap_Style {
$this->contentContainerEnd();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */
}

View File

@ -135,6 +135,7 @@ class SeedDMS_View_SetRecipients extends SeedDMS_Bootstrap_Style {
</form>
<?php
$this->contentContainerEnd();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */
}

View File

@ -135,6 +135,7 @@ class SeedDMS_View_SetRevisors extends SeedDMS_Bootstrap_Style {
</form>
<?php
$this->contentContainerEnd();
$this->contentEnd();
$this->htmlEndPage();
} /* }}} */
}