Skip to content

Commit

Permalink
Rename entities.properties to entities.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Sep 20, 2024
1 parent 6f2572b commit 1dacdcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
public class Html5Entities {

private static final Map<String, String> NAMED_CHARACTER_REFERENCES = readEntities();
private static final String ENTITY_PATH = "/org/commonmark/internal/util/entities.properties";
private static final String ENTITY_PATH = "/org/commonmark/internal/util/entities.txt";

public static String entityToString(String input) {
if (!input.startsWith("&") || !input.endsWith(";")) {
Expand Down

0 comments on commit 1dacdcb

Please sign in to comment.