Update HTMLPane.java
This commit is contained in:
parent
c94e7e7403
commit
db799f3978
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ public class HTMLPane extends JEditorPane
|
||||||
{
|
{
|
||||||
if (text == null)
|
if (text == null)
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
HTMLPane pane = new HTMLPane();
|
HTMLPane pane = new HTMLPane();
|
||||||
|
|
||||||
text = text.replace("{fatJar}", String.valueOf(FAT_JAR));
|
text = text.replace("{fatJar}", String.valueOf(FAT_JAR));
|
||||||
|
|
Loading…
Reference in a new issue