From c80bb4c407cbf1989ad997a23aadbdd800d6f1f5 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Thu, 9 Feb 2017 11:16:47 +0100 Subject: [PATCH] Styling issue on download error message --- e107_plugins/download/handlers/download_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/download/handlers/download_class.php b/e107_plugins/download/handlers/download_class.php index b1de0ae49..03376f42d 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, "
":"")."style='text-align:center'>".LAN_NO_RECORDS_FOUND."
",'download-categories',true); + return $ns->tablerender(LAN_PLUGIN_DOWNLOAD_NAME, "
".LAN_NO_RECORDS_FOUND."
",'download-categories',true); } $download_cat_table_string = "";