diff --git a/modules/csv.pl b/modules/csv.pl index b1691b14..bbe741b1 100644 --- a/modules/csv.pl +++ b/modules/csv.pl @@ -16,7 +16,7 @@ # 59 Temple Place, Suite 330 # Boston, MA 02111-1307 USA -$ModulesDescription .= '

$Id: csv.pl,v 1.2 2007/12/22 15:27:29 as Exp $

'; +$ModulesDescription .= '

$Id: csv.pl,v 1.3 2007/12/22 15:29:55 as Exp $

'; push(@MyRules, \&CsvRule); @@ -26,7 +26,7 @@ sub CsvRule { # tables using -- the first row of a table if ($bol && m/\G<csv>\n/cg) { $RowCount = 1; - return OpenHtmlEnvironment('table',1,'user') + return OpenHtmlEnvironment('table',1,'user csv') . AddHtmlEnvironment('tr', 'class="odd first"') . AddHtmlEnvironment('td'); }