fix device notes whitespace

This commit is contained in:
Rosiak
2015-10-11 15:51:31 +02:00
parent 3c8b9e5edf
commit fcae31c27c
+1 -3
View File
@@ -20,9 +20,7 @@ $data = dbFetchRow("SELECT `notes` FROM `devices` WHERE device_id = ?", array(
<hr>
<div class="form-group">
<div class="col-sm-12">
<textarea class="form-control" rows="6" name="notes" id="device-notes">
<?php echo htmlentities($data['notes']); ?>
</textarea>
<textarea class="form-control" rows="6" name="notes" id="device-notes"><?php echo htmlentities($data['notes']); ?></textarea>
</div>
</div>
<div class="row">