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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user