X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/63764e68d4fce20854dc2ba18a7244cb6a6769ca..17b9beb40640e8731143f61e3b94756f3e77d20c:/etc/mhn.defaults.sh diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index 6bc01247..08d08cf7 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -33,7 +33,7 @@ elif [ ! -z "`$SEARCHPROG $SEARCHPATH lynx`" ]; then echo "mhfixmsg-format-text/html: lynx -child -dump -force_html '%F' | \ expand | sed -e 's/^ //' -e 's/ *$//'" >> $TMP elif [ ! -z "`$SEARCHPROG $SEARCHPATH elinks`" ]; then - echo "mhfixmsg-format-text/html: elinks -dump -force_html -no-numbering '%F'" >> $TMP + echo "mhfixmsg-format-text/html: elinks -dump -force-html -no-numbering '%F'" >> $TMP fi