Convert CSS to nl2br() functions where nessesessaery to interept new lines into html code, Tidy Code remove depreciated <center> Tags

This commit is contained in:
johnnyq
2023-04-05 15:20:07 -04:00
parent 74768d6801
commit a5d9bd7abe
6 changed files with 16 additions and 20 deletions

View File

@@ -81,9 +81,7 @@ if (isset($_GET['id']) && intval($_GET['id'])) {
<button type="submit" class="btn btn-primary" name="add_ticket_comment">Reply</button>
</form>
<?php }
elseif (empty($ticket_feedback)) { ?>
<?php } elseif (empty($ticket_feedback)) { ?>
<h4>Rate your ticket</h4>
@@ -99,9 +97,7 @@ if (isset($_GET['id']) && intval($_GET['id'])) {
</button>
</form>
<?php }
else { ?>
<?php } else { ?>
<h4>Rated <?php echo $ticket_feedback ?> -- Thanks for your feedback!</h4>