Fixed the bash quotes module.
This commit is contained in:
parent
4217b45207
commit
f888885ab4
@ -6,6 +6,6 @@ quote="${quote#*class=\"qt\">}"
|
||||
quote="${quote//</<}"
|
||||
quote="${quote//>/>}"
|
||||
quote="${quote%%<p class*}"
|
||||
quote="$(echo "$quote" | html2text)"
|
||||
quote="$(echo "$quote" | pandoc -t plain)"
|
||||
msg "$2" "$(echo "$quote" | tr -s '[:space:]' ' ')"
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user