From: Mark Wells Date: Sun, 31 Mar 2013 03:38:51 +0000 (-0700) Subject: fix bad xml tags, #21703 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=793108995c3674d3a9078416f6c7766a458bcfb7 fix bad xml tags, #21703 --- diff --git a/httemplate/search/477partIIB.html b/httemplate/search/477partIIB.html index c58310d36..714f15aca 100755 --- a/httemplate/search/477partIIB.html +++ b/httemplate/search/477partIIB.html @@ -3,9 +3,10 @@ % for ( my $row = 0; $row < scalar(@rows); $row++ ) { % for my $col (0..2) { % if ( exists($data[$col][$row]) ) { -<% $cols[$col] %>> -% } +<% $cols[$col] %>>\ +<% $data[$col][$row] %>\ <% $cols[$col] %>> +% } % } #for $col % } #for $row % } else { # HTML mode