diff --git a/scripts/xhtmlize-single-file.sh b/scripts/xhtmlize-single-file.sh index f3a8c00..d86b0fe 100644 --- a/scripts/xhtmlize-single-file.sh +++ b/scripts/xhtmlize-single-file.sh @@ -47,6 +47,7 @@ sed 7d "$html_file" | run_xmllint | tail -n +2 >"$tmp_file" -e '1,7d' \ -e 's| <|' \ + -e 's|
|
|' \
 		-E \
 		-e 's|([a-z])(]*rel="(nofollow ugc|ugc nofollow)"([^>]*)?>liked)# \1#' \