fix bad xml tags, #21703
authorMark Wells <mark@freeside.biz>
Sun, 31 Mar 2013 03:38:51 +0000 (20:38 -0700)
committerMark Wells <mark@freeside.biz>
Sun, 31 Mar 2013 03:38:51 +0000 (20:38 -0700)
httemplate/search/477partIIB.html

index c58310d..714f15a 100755 (executable)
@@ -3,9 +3,10 @@
 %   for ( my $row = 0; $row < scalar(@rows); $row++ ) {
 %     for my $col (0..2) {
 %       if ( exists($data[$col][$row]) ) {
-<PartII_<% $row %><% $cols[$col] %>>
-%       }
+<PartII_<% $row %><% $cols[$col] %>>\
+<% $data[$col][$row] %>\
 </PartII_<% $row %><% $cols[$col] %>>
+%       }
 %     } #for $col
 %   } #for $row
 % } else { # HTML mode