aboutsummaryrefslogtreecommitdiff
path: root/doc/wishlist
diff options
context:
space:
mode:
authorsimonraven <simonraven@web>2011-06-11 17:00:02 +0000
committeradmin <admin@branchable.com>2011-06-11 17:00:02 +0000
commitb09ff73c665968975b6594c6ebdd258c9bdaa81c (patch)
treebc7e47608209b28d94334a054e3cae17937c91ca /doc/wishlist
parent45fb0371db05027ee0d822264f81a77c02970586 (diff)
downloadikiwiki-b09ff73c665968975b6594c6ebdd258c9bdaa81c.tar
ikiwiki-b09ff73c665968975b6594c6ebdd258c9bdaa81c.tar.gz
encode_entities_numeric please :)
Diffstat (limited to 'doc/wishlist')
-rw-r--r--doc/wishlist/make_html-parser_use_encode_entities_numeric.mdwn10
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.