Author: greg.ercolano
Date: 2012-02-22 12:37:58 -0800 (Wed, 22 Feb 2012)
New Revision: 652
Log:
Small fix for ledgering the development releases table.
Modified:
trunk/phplib/html.php
Modified: trunk/phplib/html.php
===================================================================
--- trunk/phplib/html.php 2012-02-22 20:24:16 UTC (rev 651)
+++ trunk/phplib/html.php 2012-02-22 20:37:58 UTC (rev 652)
@@ -578,6 +578,10 @@
{
global $html_row, $html_show_all;
+ // HACK: force numeric ledgering for 'data0-red'
+ if ($classname == "data0-red")
+ $classname = "data${html_row}-red";
+
if ($classname == "")
$classname = "data$html_row";
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit