A small error exists in function

  $title1 .= '<div id="pxpay-includes" style="padding-left: 2em; padding-bottom: 1em;"><a target="dps" href="http://www.paymentexpress.com/about/about_paymentexpress/privacy_policy.html"><img src="'. $pathpxpay .'/dps_paymentexpress_small.png" style="position: relative; top: 5px; margin-right: 4px;" alt="'. t('DPS PxPay.') .'"></a>';

The div is not closed off. Add a

after the to fix.

Comments

xurizaemon’s picture

Status: Active » Closed (works as designed)

I agree the concatenated HTML there is ugly and could be improved, but I think the </div> you're looking for is on line 69 or so?

http://drupalcode.org/project/uc_paymentexpress.git/blob/refs/heads/6.x-...