Skip to content

Commit

Permalink
Support "reversed" attribute of <ol> element
Browse files Browse the repository at this point in the history
  • Loading branch information
torusrxxx committed Oct 29, 2024
1 parent 47e72cc commit 598c52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freenet/client/filter/HTMLFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ private static Map<String, TagVerifier> getAllowedTagVerifiers()
"ol",
new CoreTagVerifier(
"ol",
new String[] { "type", "compact", "start" },
new String[] { "type", "compact", "start", "reversed" },
emptyStringArray,
emptyStringArray,
emptyStringArray,
Expand Down

0 comments on commit 598c52f

Please sign in to comment.