diff --git a/e107_plugins/download/request.php b/e107_plugins/download/request.php index c2156e923..ccfaa578b 100644 --- a/e107_plugins/download/request.php +++ b/e107_plugins/download/request.php @@ -322,7 +322,7 @@ else else { $image = $tp->replaceConstants($image); - $disp = "
"; + $disp = "
"; } $disp .= "
".LAN_dl_64."
"; $ns->tablerender($imagecaption, $disp); @@ -416,4 +416,4 @@ function check_download_limits() } } -?> \ No newline at end of file +?>