Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Sep 5, 2023
1 parent bf5161c commit 20e056b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freenet/client/filter/CSSTokenizerFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,7 @@ else if(HTMLelement.indexOf('#')!=-1)
if(isIDSelector && "".equals(id)) return null; // No ID

boolean elementValid =
"*".equals(HTMLelement) ||
"*".equals(HTMLelement) ||
"~".equals(HTMLelement) ||
(ElementInfo.isValidHTMLTag(HTMLelement.toLowerCase())) ||
("".equals(HTMLelement.trim()) &&
Expand Down

0 comments on commit 20e056b

Please sign in to comment.