From 793108995c3674d3a9078416f6c7766a458bcfb7 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 30 Mar 2013 20:38:51 -0700 Subject: [PATCH] fix bad xml tags, #21703 --- httemplate/search/477partIIB.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.11.0