Skip to content

Commit

Permalink
Merge pull request #1125 from dmwm/nataliaratnikova-patch-3
Browse files Browse the repository at this point in the history
Update access25
  • Loading branch information
nataliaratnikova authored Dec 6, 2019
2 parents dc9d55a + 2bb193d commit 84e5e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/WebSite/access25
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@ sub head

print { $$self{FH} } "<thead>\n";
print { $$self{FH} } "<tr>";
print { $$self{FH} } "<th> . &escapeHTML($_) . </th>" foreach (@headers);
print { $$self{FH} } "<th>" . &escapeHTML($_) . "</th>" foreach (@headers);
print { $$self{FH} } "</tr>\n";
print { $$self{FH} } "</thead>\n";
print { $$self{FH} } "<tbody>\n";
Expand Down

0 comments on commit 84e5e88

Please sign in to comment.