Author: greg.ercolano
Date: 2012-02-23 20:24:53 -0800 (Thu, 23 Feb 2012)
New Revision: 657
Log:
Small mod for end of non-dev table.


Modified:
   trunk/software.php

Modified: trunk/software.php
===================================================================
--- trunk/software.php  2012-02-23 17:50:46 UTC (rev 656)
+++ trunk/software.php  2012-02-24 04:24:53 UTC (rev 657)
@@ -144,7 +144,7 @@
       // Start dev section of table?
       if ( $dev == 0 )
       {
-         html_end_table($headerclass);
+         html_end_table();
          $dataclass = "data0-red";
          $headerclass = "header-red";
          html_start_table($headings, "- - -   Development Only   - - 
-", $headerclass);
@@ -194,7 +194,10 @@
     html_end_row();
   }
 
-  html_end_table($headerclass);
+  if ( $headerclass == "" )
+      html_end_table();
+  else
+      html_end_table($headerclass);
 
 ?>
 

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to