From 9c633bf0b8c32394bcb7d1d1665abe8aa3203ef2 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Thu, 3 May 2012 14:36:19 +0000 Subject: [PATCH] Named tab containers instead of non-unique numbering ! SVN:trunk[1977] --- application/ajaxwebpage.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/ajaxwebpage.class.inc.php b/application/ajaxwebpage.class.inc.php index ced87465b7..1ef0af81ce 100644 --- a/application/ajaxwebpage.class.inc.php +++ b/application/ajaxwebpage.class.inc.php @@ -161,7 +161,7 @@ EOF $container_index = 0; if (count($m_aTabs) > 0) { - $sTabs = "\n
\n"; + $sTabs = "\n
\n"; $sTabs .= "
    \n"; // Display the unordered list that will be rendered as the tabs $i = 0;