mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Oh boy, I broke this with my license compliance checkin :-(
This commit is contained in:
parent
29dee1e96b
commit
d20bd7e652
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user