with changes according to http://drupal.org/node/740002 XHTML errors with shopping cart block templates

Replace in uc_ajax_cart_block_header.tpl.php

<h2 id="ajax-cart-headline"><a href="#" onclick="ajaxCartToggleView();return false;">Shopping cart</a></h2>

with:

<span id="ajax-cart-headline"><a href="#" onclick="ajaxCartToggleView();return false;"><?php print t('Shopping cart');?></a></span>

Comments

erik seifert’s picture

Assigned: Unassigned » erik seifert
Status: Needs review » Fixed

Thx. Fixed in next Version

Status: Fixed » Closed (fixed)

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