X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0b2fa09e1dc2b9250104e6ebb634412f5799b3e0..51919715ad7a57f2c74854a6d3d6374578f46985:/etc/mhn.defaults.sh diff --git a/etc/mhn.defaults.sh b/etc/mhn.defaults.sh index 1bae8405..cff0e702 100755 --- a/etc/mhn.defaults.sh +++ b/etc/mhn.defaults.sh @@ -270,16 +270,16 @@ EOF PGM="`$SEARCHPROG $SEARCHPATH w3m`" if [ ! -z "$PGM" ]; then echo 'mhshow-show-text/html: charset=%{charset}; '"\ -%p$PGM"' ${charset:+-I "$charset"} -T text/html %F' >> $TMP +%p$PGM"' -dump ${charset:+-I "$charset"} -T text/html %F' >> $TMP else PGM="`$SEARCHPROG $SEARCHPATH lynx`" if [ ! -z "$PGM" ]; then echo 'mhshow-show-text/html: charset=%{charset}; '"\ -%p$PGM"' -force-html ${charset:+--assume_charset "$charset"} %F' >> $TMP +%p$PGM"' -child -dump -force-html ${charset:+--assume_charset "$charset"} %F' >> $TMP else PGM="`$SEARCHPROG $SEARCHPATH elinks`" if [ ! -z "$PGM" ]; then - echo "mhshow-show-text/html: $PGM -force-html \ + echo "mhshow-show-text/html: $PGM -dump -force-html \ -eval 'set document.browse.margin_width = 0' %F" >> $TMP fi fi