News:

Support the VirtueMart project and become a member

Main Menu

html warning after rev 1841

Started by patrik60, July 08, 2009, 23:35:08 PM

Previous topic - Next topic

patrik60

After the changes in ps_product.php on line 1355 from

$height = $width = '';

to

$height = $width = 0;

I get html warnings because all products without images (noimage.gif) contain 00 in the img tag:

e.g. <img src="http://www.xxx.ch/components/com_virtuemart/themes/default/images/noimage.gif"00 alt="yyy" border="0" />

When undoing the patch 00 disapears.

Patrik


patrik60

#2
Problems remain the same.

btw: the same problems exists at your site:

<img src="http://www.smartshoppsters.com/components/com_virtuemart/themes/default/images/noimage.gif"00 class="browseProductImage" border="0" title="test" alt="test"  />

and

<img src="http://clipart.by/picsearch/21020.jpg"00 class="browseProductImage" border="0" title="1 Person" alt="1 Person"  />

at: http://www.smartshoppsters.com/index.php?page=shop.browse&category_id=1&option=com_virtuemart&Itemid=2&vmcchk=1&Itemid=2

aravot

I don't see it, where? Do you mean error on screen or validation, if the latter then is not a priority as there are more important bugs to be fixed.