diff --git a/e107_plugins/featurebox/includes/item.php b/e107_plugins/featurebox/includes/item.php
index 3cc57e341..1dd4cb39b 100644
--- a/e107_plugins/featurebox/includes/item.php
+++ b/e107_plugins/featurebox/includes/item.php
@@ -9,9 +9,9 @@
* Featurebox Item model
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/featurebox/includes/item.php,v $
-* $Revision: 1.5 $
-* $Date: 2009-12-11 13:11:35 $
-* $Author: secretr $
+* $Revision: 1.6 $
+* $Date: 2009-12-11 23:49:35 $
+* $Author: e107coders $
*
*/
@@ -95,7 +95,7 @@ class plugin_featurebox_item extends e_model
{
return $src;
}
- $tag = '
getId().' src="'.$src.'" alt="'.$tp->toAttribute($this->get('fb_title')).'" class="featurebox" />';
+ $tag = '
';
if(isset($parm['nourl']) || !$this->get('fb_imageurl'))
{
return $tag;