style: changed 'order-list' from <code> to <span>

This commit is contained in:
ysandler 2017-02-05 19:46:38 -06:00 committed by Joshua Shoemaker
parent 2fdacfca6e
commit 7258272ca0

View File

@ -36,7 +36,7 @@
<div id="order" class="three columns">
<h5>Order</h5>
<code id="order-list"></code>
<span id="order-list"></span>
<button class="button-primary" data-name="DELETE" data-value="">Delete</button>
</div>