diff --git a/e107_plugins/download/download_shortcodes.php b/e107_plugins/download/download_shortcodes.php
index 322d6a1a0..bf43fd934 100644
--- a/e107_plugins/download/download_shortcodes.php
+++ b/e107_plugins/download/download_shortcodes.php
@@ -387,7 +387,7 @@ class download_shortcodes extends e_shortcode
function sc_download_list_imagefull($parm='')
{
- $img = ($this->var['download_image']) ? "
" : "";
+ $img = ($this->var['download_image']) ? "
" : "";
if($parm == "link" && $this->var['download_image'])
{
@@ -554,7 +554,7 @@ class download_shortcodes extends e_shortcode
if ($this->var['download_thumb'])
{
- return ($this->var['download_image'] ? "
" : "
");
+ return ($this->var['download_image'] ? "
" : "
");
}
elseif ($this->var['download_image'])
{
@@ -569,7 +569,7 @@ class download_shortcodes extends e_shortcode
function sc_download_view_imagefull()
{
$tp = e107::getParser();
- return ($this->var['download_image']) ? "
" : "";
+ return ($this->var['download_image']) ? "
" : "";
}
function sc_download_view_link()