Fixed the bash quotes module.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user