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:
parent
8a586a7ce5
commit
d10cbb6ef0
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user