More temporary HTML generation disabling. Thanks to Eric Werk for pointers to these. --jgalyan

git-svn-id: svn://10.0.0.236/trunk@58048 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
talisman%anamorphic.com 2000-01-17 23:35:50 +00:00
parent 8a586a7ce5
commit d10cbb6ef0

View File

@ -209,7 +209,7 @@ abstract class HeaderFormatter {
// output.append("<TR><TH VALIGN=BASELINE ALIGN=RIGHT NOWRAP>");
output.append(localizeHeaderName(header));
// output.append(": </TH><TD>");
quoteHTML(value);
// quoteHTML(value);
output.append(value);
// output.append("</TD></TR>");
return true;