Fixed display of vehcile notes

This commit is contained in:
2026-02-05 14:07:24 -05:00
parent d37933fe82
commit 2db17f3675

View File

@@ -10,9 +10,5 @@
<div class="vehicle_notes attribute">
<div class="label"><span><%=t(:field_notes)%></span>:</div>
<div class="value">
<pre id="note-display" style="text-align: left; white-space: pre-wrap; font-family: inherit; ">
<%=notes%>
</pre>
</div>
<pre class="value" id="note-display" style="text-align: left; white-space: pre-wrap; font-family: inherit; "><%=notes%></pre>
</div>