1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 22:25:31 +02:00

removed inline html/style

This commit is contained in:
lisa
2009-01-27 23:46:12 +00:00
parent dab9ef360c
commit 868d72031b
4 changed files with 81 additions and 81 deletions

View File

@@ -9,8 +9,8 @@
* List Class
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/list_new/list_class.php,v $
* $Revision: 1.7 $
* $Date: 2009-01-27 21:33:52 $
* $Revision: 1.8 $
* $Date: 2009-01-27 23:46:12 $
* $Author: lisa_ $
*
*/
@@ -625,7 +625,7 @@ class listclass
{
if(is_readable($this->plugin_dir."images/".$icon))
{
$bullet = "<img src='".$this->plugin_dir."images/".$icon."' style='width:".$icon_width."px; height:".$icon_height."px; border:0; vertical-align:middle;' alt='' />";
$bullet = "<img src='".$this->plugin_dir."images/".$icon."' alt='' />";
}
}
}