mirror of
https://github.com/itflow-org/itflow
synced 2026-03-10 07:44:50 +00:00
Use div styling instead for service note line breaks
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<b>Backup Info:</b> <?php echo $service_backup; ?> <br><br>
|
<b>Backup Info:</b> <?php echo $service_backup; ?> <br><br>
|
||||||
|
|
||||||
<h5><i class="nav-icon fas fa-sticky-note"></i> Notes</h5>
|
<h5><i class="nav-icon fas fa-sticky-note"></i> Notes</h5>
|
||||||
<?php echo nl2br($service_notes); ?>
|
<div style="white-space: pre-line"><?php echo $service_notes; ?></div>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<!-- Assets -->
|
<!-- Assets -->
|
||||||
|
|||||||
Reference in New Issue
Block a user