Hello
Please remove the <strong> from the Subtotal in the checkout page.
<strong>
Subtotal:
</strong>It should be instead :
<span class="some-class-here">
Subtotal:
</span>so that it's possible to theme it properly.
Hello
Please remove the <strong> from the Subtotal in the checkout page.
<strong>
Subtotal:
</strong>It should be instead :
<span class="some-class-here">
Subtotal:
</span>so that it's possible to theme it properly.
Comments
Comment #1
longwaveFixed in both branches: http://drupalcode.org/project/ubercart.git/commitdiff/01d147f
<span id="subtotal-title"> was already used on the checkout page, so it makes sense to use the same here.
Comment #2
lpalgarvio commentedthank you :)
Comment #3.0
(not verified) commentedfix