remove duplicate body tags

This commit is contained in:
Harald Bamberger
2022-08-11 16:05:15 +02:00
parent 6f1ca8e374
commit 083c360338
@@ -60,7 +60,6 @@ $this->load->view(
);
?>
<body>
<div id="page-wrapper">
<div class="container-fluid">
<!-- header -->
@@ -428,6 +427,5 @@ $this->load->view(
</div><!--end container-fluid-->
</div><!--end page-wrapper-->
</body>
<?php $this->load->view('templates/FHC-Footer'); ?>