diff options
author | bptato <nincsnevem662@gmail.com> | 2024-03-29 16:32:04 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-03-29 16:57:16 +0100 |
commit | 75a5bdedbe3299b4a8d58239fd6d4ddaf52c8e5b (patch) | |
tree | b2ac338e388eb4df165fd0332e3489f388c0a82d /res | |
parent | 9053a9096bfe7845b712989ebfa3b9cba28cd3d5 (diff) | |
download | chawan-75a5bdedbe3299b4a8d58239fd6d4ddaf52c8e5b.tar.gz |
ansi2html: support passing titles
Use content type attributes so e.g. git.cgi can set the title even with a text/x-ansi content type. (This commit also fixes some bugs in content type attribute handling.)
Diffstat (limited to 'res')
-rw-r--r-- | res/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/mailcap b/res/mailcap index 4d6619d7..56c6582e 100644 --- a/res/mailcap +++ b/res/mailcap @@ -3,4 +3,4 @@ text/gopher; "$CHA_LIBEXEC_DIR"/gopher2html -u "$MAILCAP_URL"; x-htmloutput text/gemini; "$CHA_LIBEXEC_DIR"/gmi2html; x-htmloutput text/markdown; "$CHA_LIBEXEC_DIR"/md2html; x-htmloutput -text/x-ansi; "$CHA_LIBEXEC_DIR"/ansi2html -s; x-htmloutput +text/x-ansi; "$CHA_LIBEXEC_DIR"/ansi2html -st '%{title}'; x-htmloutput |