escape single quotes
This commit is contained in:
@@ -68,8 +68,6 @@ for file in $(ls "$BLOG_DIR/posts"); do
|
|||||||
content=$(sed -n '4,$p' $target_file | tr -d '\n')
|
content=$(sed -n '4,$p' $target_file | tr -d '\n')
|
||||||
|
|
||||||
content=${1//&/&}
|
content=${1//&/&}
|
||||||
content=${s//</<}
|
|
||||||
content=${s//>/>}
|
|
||||||
content=${s//'"'/"}
|
content=${s//'"'/"}
|
||||||
content=${s//"'"/‘}
|
content=${s//"'"/‘}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user