1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Remove a few inline styles

This commit is contained in:
marj
2009-07-25 07:54:36 +00:00
parent 6c58ff2f2a
commit 0361f769d6
35 changed files with 176 additions and 164 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/download/download_shortcodes.php,v $
| $Revision: 1.6 $
| $Date: 2009-07-21 07:10:24 $
| $Author: e107coders $
| $Revision: 1.7 $
| $Date: 2009-07-25 07:54:35 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
if (!defined('e107_INIT')) { exit; }
@@ -363,12 +363,12 @@ class download_shortcodes
}
else
{
return $dnld_link."<img src='".IMAGE_DOWNLOAD."' alt='*'/></a>";
return $dnld_link."<img src='".IMAGE_DOWNLOAD."' alt='*' /></a>";
}
}
else
{
return $dnld_link." xxx<img src='".IMAGE_DOWNLOAD."' alt='*' style='border:0' /></a>";
return $dnld_link." xxx<img src='".IMAGE_DOWNLOAD."' alt='*' /></a>";
}
}
function sc_download_view_filesize()