Skip to content

Commit db799f3

Browse files
committed
Update HTMLPane.java
1 parent c94e7e7 commit db799f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/main/java/the/bytecode/club/bytecodeviewer/gui/components

src/main/java/the/bytecode/club/bytecodeviewer/gui/components/HTMLPane.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public static HTMLPane fromString(String text)
5252
{
5353
if (text == null)
5454
return null;
55+
5556
HTMLPane pane = new HTMLPane();
5657

5758
text = text.replace("{fatJar}", String.valueOf(FAT_JAR));

0 commit comments

Comments
 (0)