Jump to content

Small typo


Guest gce127517

Recommended Posts

Guest gce127517

I installed CubeCart today, and while working on designing my own skin, based on the Killer skin, I noticed a small typo in Line 31 of viewCat.tpl (located in /skins/Killer/styleTemplates/content):

<td align="center" class="{CLASS}"><a href="index.php?act=viewProd&amp;productId={PRODUCT_ID}" target="_self"><img src="{SRC_PROD_THUMB}" alt="{TXT_TITLE}" border="0" title="{TXT_TITLE" /></a></td>




As you can see, the '}' is missing at the end of the title= string



Should be:




<td align="center" class="{CLASS}"><a href="index.php?act=viewProd&amp;productId={PRODUCT_ID}" target="_self"><img src="{SRC_PROD_THUMB}" alt="{TXT_TITLE}" border="0" title="{TXT_TITLE}" /></a></td>

Hope this helps :w00t:

Link to comment
Share on other sites

Guest estelle

Thank you :) I think this may have been introduced in 3.0.6.

If you would like to log a Bug Report then Brooky will fix it in the next version :)

Estelle.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...