diff --git a/scripts/xhtmlize-single-file.sh b/scripts/xhtmlize-single-file.sh index ef12556..55ca198 100644 --- a/scripts/xhtmlize-single-file.sh +++ b/scripts/xhtmlize-single-file.sh @@ -31,7 +31,8 @@ sed 7d "$html_file" | xmllint --format --encode UTF-8 --noent - -o "$tmp_file" tail -n +8 "$tmp_file" \ | sd '
\n\t*\n(?:[\t\s]*)?
' '' \
- | sd '.span itemprop="familyName"' ' .span itemprop="familyName"' ' >"$xhtml_file"
# replace the html file with the formatted xhtml5 file, excluding the xml declaration