[dev] little typo in tabset HTML

Vilius Šumskas vilius at lnk.lt
Wed Feb 2 04:17:07 PST 2005


Hi,

this patch fixes little typo in tabset HTML code.

-- 
  Best Regards,

  Vilius
-------------- next part --------------
Index: Tabs.php
===================================================================
RCS file: /repository/framework/UI/UI/Tabs.php,v
retrieving revision 1.29
diff -u -r1.29 Tabs.php
--- Tabs.php	26 Jan 2005 12:33:13 -0000	1.29
+++ Tabs.php	2 Feb 2005 12:14:14 -0000
@@ -67,7 +67,7 @@
      */
     function render($active_tab = null)
     {
-        $html = "<ul class=\"tabset\"\n";
+        $html = "<ul class=\"tabset\">\n";
 
         $first = true;
         $active = $_SERVER['PHP_SELF'] . $this->_vars->get($this->_name);


More information about the dev mailing list