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

This commit is contained in:
Joshua Shoemaker 2017-02-05 19:46:38 -06:00
parent 745599db46
commit 79c7a4fca2

View File

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