diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-20 19:38:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-20 19:39:02 -0400 |
commit | 6291b61cc59ab4a6424df9c57f99daa30d4473de (patch) | |
tree | 9315d287ef2012325748ad934eb73c277f525c05 | |
parent | 9a38ee9af141d89d08b8543b786acf98e88d4d0d (diff) | |
download | ikiwiki-6291b61cc59ab4a6424df9c57f99daa30d4473de.tar ikiwiki-6291b61cc59ab4a6424df9c57f99daa30d4473de.tar.gz |
quickly file a bug before I step on a plane
-rw-r--r-- | doc/bugs/multiple_encoding_issues_in_atom.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/multiple_encoding_issues_in_atom.mdwn b/doc/bugs/multiple_encoding_issues_in_atom.mdwn new file mode 100644 index 000000000..b5ec034ab --- /dev/null +++ b/doc/bugs/multiple_encoding_issues_in_atom.mdwn @@ -0,0 +1,8 @@ +Two examples of encoding breakage observed in the wild. In both cases +the ampersand needs to be escaped. +--[[Joey]] + + <link href="http://www.youtube.com/watch?v=Z9hP9lhBDsI&feature=youtube_gdata"/> + + <category term="vicky&alice" /> + |