diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc b/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc
index 8cef6f0..553455c 100644
--- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc
+++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/browseUI.inc
@@ -91,6 +91,7 @@ function displayCategoryLink($sCategoryName) {
* @param array the category browse results
*/
function renderCategoryResults($aResults) {
+ global $oBrowser;
$sToRender = "";
//var_dump($aResults["categories"][0]);
@@ -119,7 +120,7 @@ function renderCategoryResults($aResults) {
// else the first entry is the category name, so display the documents in the category
$sToRender .= renderDocumentList($aResults, _("This category contains no documents"), _("You don't have access to the documents in this category"));
} else {
- $sToRender .= "
" . _("There is no Category Document Field- contact a System Administrator.") . "
";
+ $sToRender .= "
columns() + 1) . "\">" . _("There is no Category Document Field- contact a System Administrator.") . "