Skip to content

Commit

Permalink
Minor change to jsoup filters config
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <julien@digitalpebble.com>
  • Loading branch information
jnioche committed May 9, 2022
1 parent 4538384 commit a803c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"//*[@name=\"Description\"]/@content"
],
"parse.title": [
"//TITLE/tidyText()",
"//TITLE/allText()",
"//META[@name=\"title\"]/@content"
],
"parse.keywords": "//META[@name=\"keywords\"]/@content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"//*[@name=\"Description\"]/@content"
],
"parse.title": [
"//TITLE/tidyText()",
"//TITLE/allText()",
"//META[@name=\"title\"]/@content"
],
"parse.keywords": "//META[@name=\"keywords\"]/@content"
Expand Down

0 comments on commit a803c4b

Please sign in to comment.