From db2d20546a1ed0b8eddb0980ce0e0ccc30ebc6ba Mon Sep 17 00:00:00 2001 From: Jimako Date: Wed, 21 May 2014 14:55:53 +0200 Subject: [PATCH] Close #586 forgotten change Sorry, I forgot to send one line before. --- e107_plugins/download/request.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>