[svn:p5ee] r6831 - p5ee/trunk/App-Widget/lib/App/Widget [email protected] Thu, 31 Aug 2006 09:41:45 -0700 (PDT) Newsgroups perl.cvs.p5ee Message-ID <[email protected]> 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";