diff options
author | simonraven <simonraven@web> | 2011-06-11 17:00:02 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-06-11 17:00:02 +0000 |
commit | b09ff73c665968975b6594c6ebdd258c9bdaa81c (patch) | |
tree | bc7e47608209b28d94334a054e3cae17937c91ca /doc | |
parent | 45fb0371db05027ee0d822264f81a77c02970586 (diff) | |
download | ikiwiki-b09ff73c665968975b6594c6ebdd258c9bdaa81c.tar ikiwiki-b09ff73c665968975b6594c6ebdd258c9bdaa81c.tar.gz |
encode_entities_numeric please :)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn b/doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn new file mode 100644 index 000000000..6b99b5e3d --- /dev/null +++ b/doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn @@ -0,0 +1,10 @@ +Hi, + +Using encode_entities makes this sort of thing happen: + +XML Parsing Error: undefined entity +Location: http://XXX.YYY.ZZZ/ + +and points to the relevant entity. + +I think using encode_entities_numeric would help a lot with this. This is just a naïve assessment, but this would prevent xml-like pages being non-xml. |