Skip to content

Commit

Permalink
Fix bug in cmdline documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyCailin committed Feb 21, 2019
1 parent b7439c9 commit 3487195
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public static String unescapeHTML(String html) {
.replace("]", "]")
.replace("=", "=")
.replace("#", "#")
.replace("*", "*")
.replace("&", "&");
}
}

0 comments on commit 3487195

Please sign in to comment.