#186 Fix indentation

merge-requests/2/head
Mike Koch 9 years ago
parent c4b039f41c
commit 7ed4d23df4

@ -58,7 +58,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
?> ?>
<div class="row"> <div class="row">
<div class="col-md-10 col-md-offset-1" style="margin-top: 20px"> <div class="col-md-10 col-md-offset-1" style="margin-top: 20px">
<?php <?php
/* This will handle error, success and notice messages */ /* This will handle error, success and notice messages */
hesk_handle_messages(); hesk_handle_messages();
@ -81,7 +81,7 @@ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php');
/* Print forms for listing and searching tickets */ /* Print forms for listing and searching tickets */
require_once(HESK_PATH . 'inc/show_search_form.inc.php'); require_once(HESK_PATH . 'inc/show_search_form.inc.php');
?> ?>
</div> </div>
</div> </div>
<?php <?php

Loading…
Cancel
Save