From 7a5086d25c70c8fab00c31a96b1d5e65d0ce4256 Mon Sep 17 00:00:00 2001 From: rica-carv Date: Sun, 4 Dec 2016 17:33:03 +0000 Subject: [PATCH] Update download_class.php --- e107_plugins/download/handlers/download_class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_plugins/download/handlers/download_class.php b/e107_plugins/download/handlers/download_class.php index 6ccb5d8c4..ee8ec64b0 100644 --- a/e107_plugins/download/handlers/download_class.php +++ b/e107_plugins/download/handlers/download_class.php @@ -211,7 +211,7 @@ class download if ($dlcat->down_count == 0) { - return $ns->tablerender(LAN_PLUGIN_DOWNLOAD_NAME, "
".LAN_NO_RECORDS_FOUND."
",'download-categories',true); + return $ns->tablerender(LAN_PLUGIN_DOWNLOAD_NAME, "
":"")."style='text-align:center'>".LAN_NO_RECORDS_FOUND."
",'download-categories',true); } $download_cat_table_string = ""; @@ -1011,4 +1011,4 @@ function sort_download_mirror_order($a, $b) } return ($a[1] < $b[1]) ? -1 : 1; } -?> \ No newline at end of file +?>