upgpkg: wordpress 6.2.1-1
[ArchLinux/community.git] / bookworm / trunk / html2text.patch
blob6d1c836d5507df16392cdb9c7cd9993002cffc50
1 diff --git a/data/scripts/com.github.babluboy.bookworm.search.sh b/data/scripts/com.github.babluboy.bookworm.search.sh
2 index 058f561..8dbd7ff 100644
3 --- a/data/scripts/com.github.babluboy.bookworm.search.sh
4 +++ b/data/scripts/com.github.babluboy.bookworm.search.sh
5 @@ -5,4 +5,4 @@
7 HTML_CONTENT_TO_BE_SEARCHED=$1
8 USER_SEARCH_TEXT=$2
9 -html2text -utf8 "$HTML_CONTENT_TO_BE_SEARCHED" | tr '\n' ' ' | grep -E -o -i ".{0,50}$USER_SEARCH_TEXT.{0,50}"
10 +html2text "$HTML_CONTENT_TO_BE_SEARCHED" | tr '\n' ' ' | grep -E -o -i ".{0,50}$USER_SEARCH_TEXT.{0,50}"