From 7bc26e7ad545485b96b31ad0f34723a214415ecf Mon Sep 17 00:00:00 2001 From: nlstart Date: Mon, 18 Jul 2011 18:28:14 +0000 Subject: [PATCH] Fixed broken closing tag --- e107_plugins/download/download.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/download/download.php b/e107_plugins/download/download.php index 5d8047ca7..4b112d79a 100644 --- a/e107_plugins/download/download.php +++ b/e107_plugins/download/download.php @@ -463,7 +463,7 @@ if ($action == "report" && check_class($pref['download_reportbroken'])) define("e_PAGETITLE", PAGE_NAME." / ".LAN_dl_47); require_once(HEADERF); - $text = LAN_dl_48."

".LAN_dl_49."
".LAN_dl_49.""; $dlbreadcrumb = $dl->getBreadcrumb(array(LAN_dl_18=>e_SELF, $dlrow['download_category_name']=>e_SELF."?list.".$dlrow['download_category_id'], $dlrow['download_name']=>e_SELF."?view.".$dlrow['download_id'], LAN_dl_50)); $dl_title .= $tp->parseTemplate("{BREADCRUMB=dlbreadcrumb}", TRUE, $download_shortcodes); $ns->tablerender($dl_title, $text);