Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 03:57:44 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
155544 Posts in 21715 Topics by 7737 Members
Latest Member: simpleguy3
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Small bug in anyitems v0.5  (Read 203 times)
Chaploo

Offline Offline

Posts: 265


WWW
« on: March 18, 2011, 11:44:06 AM »

There seems to be a small bug in anyitems v0.5 (current version which I just downloaded from AMSP) in include.php:

The lines 299 and 300 are missing the closing </a> tag, right?

Code:
$thumb_append = "' alt='".$img_title."' title='".$img_title."' class='mod_bakery_main_thumb_f' />";
$img_append = "' alt='".$img_title."' title='".$img_title."' class='mod_bakery_main_img_f' />";
should be changed to
Code:
$thumb_append = "' alt='".$img_title."' title='".$img_title."' class='mod_bakery_main_thumb_f' /></a>";
$img_append = "' alt='".$img_title."' title='".$img_title."' class='mod_bakery_main_img_f' /></a>";

Please correct me if I'm wrong, I got the hint from my validation tool.

Regards
Jochen
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!