Update HTMLPane.java

This commit is contained in:
Konloch 2021-07-29 21:00:50 -07:00
parent c94e7e7403
commit db799f3978
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public class HTMLPane extends JEditorPane
{
if (text == null)
return null;
HTMLPane pane = new HTMLPane();
text = text.replace("{fatJar}", String.valueOf(FAT_JAR));