Author: spadkins
Date: Thu Aug 31 09:41:44 2006
New Revision: 6831
Modified:
p5ee/trunk/App-Widget/lib/App/Widget/DataTable2.pm
Log:
remove debug text
Modified: p5ee/trunk/App-Widget/lib/App/Widget/DataTable2.pm
==============================================================================
--- p5ee/trunk/App-Widget/lib/App/Widget/DataTable2.pm (original)
+++ p5ee/trunk/App-Widget/lib/App/Widget/DataTable2.pm Thu Aug 31 09:41:44 2006
@@ -1013,7 +1013,7 @@
size => 5,
maxlength => 99,
);
- $elem = $w->html(). "[$w->{name}]";
+ $elem = $w->html();
$html .= " <td>$elem_begin$elem$elem_end</td>\n";
}
$html .= "</tr>\n";