diff options
| author | Thomas Groman <tgroman@nuegia.net> | 2021-04-27 21:56:52 -0700 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2021-05-08 10:51:34 +0200 |
| commit | 7fc40c6beeb3be2c8c257df2ddf57ebbea3a3efc (patch) | |
| tree | 61a675955605e774c92fd8bd8b4aad73c6e364c8 /src/about/help.gemini | |
| parent | 10684b6d82f1843eff3921da40802d335fb3cf5c (diff) | |
| download | kristall-7fc40c6beeb3be2c8c257df2ddf57ebbea3a3efc.tar.gz | |
Add support for XHTML This patch sends XHTML down the HTML renderer path instead of erroring out unsupported mime. It does not implement XHTML exactly to the spec. That could hopefully be looked at in the future.
Signed-off-by: Thomas Groman <tgroman@nuegia.net>
Diffstat (limited to 'src/about/help.gemini')
| -rw-r--r-- | src/about/help.gemini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/about/help.gemini b/src/about/help.gemini index f273923..ed83991 100644 --- a/src/about/help.gemini +++ b/src/about/help.gemini @@ -427,6 +427,7 @@ If you would like to disable page caching, set the [Total cache size limit] to 0 * text/plain * text/gemini * text/html +* application/xhtml+xml * text/markdown * text/gophermap * image/* |
