Oh boy, I broke this with my license compliance checkin :-(

git-svn-id: svn://10.0.0.236/trunk@23119 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edwin%woudt.nl
1999-03-07 20:04:41 +00:00
parent e80d95f4b2
commit 262e661621

View File

@@ -289,7 +289,7 @@ public class MessagePanel extends GeneralPanel {
InputStream rawin;
try {
rawin = mextra.getInputStreamWithHeaders();
if (makeRealHtml) {
if (makeRealHTML) {
in = (new MakeItHTML(rawin)).getHTMLInputStream();
} else {
in = new StupidHackToMakeHTML(rawin);