Skip to content

Commit

Permalink
fixup! GH-25: HTML 4 browsers don't support ' entity
Browse files Browse the repository at this point in the history
  • Loading branch information
sunaku committed Jul 25, 2018
1 parent ea5025b commit f7ccf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dasht-server-http
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ entities() {
echo "$*" |
sed -e 's/&/\&/g' \
-e 's/"/\"/g' \
-e "s/'/\'/g" \
-e "s/'/\'/g" \
-e 's/</\&lt;/g' \
-e 's/>/\&gt;/g'
}
Expand Down

0 comments on commit f7ccf08

Please sign in to comment.