Allow service notes to use multiple lines

This commit is contained in:
Marcus Hill
2022-02-20 20:42:48 +00:00
parent bb5abba882
commit 633eeb1296
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
<b>Backup Info:</b> <?php echo $service_backup; ?> <br><br>
<h5><i class="nav-icon fas fa-sticky-note"></i> Notes</h5>
<p><?php echo $service_notes; ?></p>
<?php echo nl2br($service_notes); ?>
<hr>
<!-- Assets -->