Merge pull request #369 from wrongecho/services

Allow service notes to use multiple lines
This commit is contained in:
Johnny
2022-02-21 18:26:16 -05:00
committed by GitHub

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>
<div style="white-space: pre-line"><?php echo $service_notes; ?></div>
<hr>
<!-- Assets -->