diff --git a/e107_plugins/download/handlers/download_class.php b/e107_plugins/download/handlers/download_class.php index cadd06a32..038e1e19c 100644 --- a/e107_plugins/download/handlers/download_class.php +++ b/e107_plugins/download/handlers/download_class.php @@ -638,7 +638,8 @@ class download $subText .= $tp->parseTemplate($DOWNLOAD_CAT_TABLE_END, TRUE, $sc); - $dl_text .= $ns->tablerender($dl_title, $subText, 'download-list', true); + // $dl_text .= $ns->tablerender($dl_title, $subText, 'download-list', true); + $dl_text .= $subText; } }// End of subcategory display