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

longwave’s picture

Status: Active » Fixed

Fixed 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.

lpalgarvio’s picture

thank you :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

fix