From 94f67e5829a7239ced73c3f18072a761a4ced176 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Tue, 17 May 2022 09:15:01 +0200 Subject: Escaped some stuff in atom feed --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exampleSite/config.toml') 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' -- cgit v1.2.3