diff options
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index a8e3eee..403f574 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -34,7 +34,7 @@ disableKinds = ['RSS'] # application/atom+xml. However, Chromium does not handle it # correctly (see https://code.google.com/p/chromium/issues/detail?id=104358). # - # The most compatible header is text/xml;charset=UTF-8, which + # The most compatible header is 'text/xml; charset=utf-8', which # will cause the feed to be parsed correctly by most clients. # Note that you should be encoding your feed in UTF-8. mediaType = 'text/xml' |
