http://smcv.pseudorandom.co.uk/ 2008-07-30 17:26:30 -04:00 committed by Joey Hess
parent 0a176059bb
commit fe482079cc
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ Possible solutions:
* Put HTML in Atom feeds as type="html" (and use ESCAPE=HTML) instead
* Keep HTML in Atom feeds as type="xhtml", but replace named entities with numeric ones,
like in the re-escape-entities branch in my repository: http://git.debian.org/?p=users/smcv/ikiwiki.git;a=commitdiff;h=c0eb041c65d0653bacf0d4acb7a602e9bda8888e
like in the re-escape-entities branch in my repository ([diff here](http://git.debian.org/?p=users/smcv/ikiwiki.git;a=commitdiff;h=c0eb041c65d0653bacf0d4acb7a602e9bda8888e))
(Also, the HTML in RSS feeds would probably get better interoperability if it was escaped with ESCAPE=HTML rather than being in a CDATA section?)