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

This commit is contained in:
edwin%woudt.nl 1999-03-07 20:04:41 +00:00
parent 29dee1e96b
commit d20bd7e652

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);