diff --git a/libisoburn/trunk/xorriso/man_xorriso_to_html.sh b/libisoburn/trunk/xorriso/man_xorriso_to_html.sh
index b8785a17..89b1427b 100755
--- a/libisoburn/trunk/xorriso/man_xorriso_to_html.sh
+++ b/libisoburn/trunk/xorriso/man_xorriso_to_html.sh
@@ -99,6 +99,7 @@ then
-e 's/See section FILES/See section FILES<\/A>/' \
-e 's/See section EXAMPLES/See section EXAMPLES<\/A>/' \
-e 's/<\/body>/
(HTML generated from '"$manpage"'.1 on '"$(date)"' by '$(basename "$0")' )<\/CENTER><\/FONT><\/body>/' \
+ -e 's/−/-/g' \
<"$2" >"$htmlpage"
set +x
diff --git a/libisoburn/trunk/xorriso/man_xorrisofs_to_html.sh b/libisoburn/trunk/xorriso/man_xorrisofs_to_html.sh
index ca09a523..9e813535 100755
--- a/libisoburn/trunk/xorriso/man_xorrisofs_to_html.sh
+++ b/libisoburn/trunk/xorriso/man_xorrisofs_to_html.sh
@@ -60,6 +60,7 @@ then
-e 's/Miscellaneous options:<\/b>/\
Miscellaneous options:<\/b>
\
/' \
\
-e 's/<\/body>/
(HTML generated from '"$manpage"'.1 on '"$(date)"' by '$(basename "$0")' )<\/CENTER><\/FONT><\/body>/' \
+ -e 's/−/-/g' \
<"$2" >"$htmlpage"
set +x