minor html formating

This commit is contained in:
Uwe Steinmann 2016-04-22 08:30:19 +02:00
parent a287131154
commit decbdb1dae
3 changed files with 7 additions and 7 deletions

View File

@ -292,10 +292,10 @@ $(document).ready( function() {
<div class="ajax" data-view="GroupMgr" data-action="form" <?php echo ($selgroup ? "data-query=\"groupid=".$selgroup->getID()."\"" : "") ?>></div> <div class="ajax" data-view="GroupMgr" data-action="form" <?php echo ($selgroup ? "data-query=\"groupid=".$selgroup->getID()."\"" : "") ?>></div>
</div> </div>
</div> </div>
</div> </div>
<?php <?php
$this->contentContainerEnd();
$this->contentEnd(); $this->contentEnd();
$this->htmlEndPage(); $this->htmlEndPage();
} /* }}} */ } /* }}} */