Make href's in XHTML output valid.
commit413d9b73b0a5a4c38be8791d72e17137306c59ac
authorCarsten Dominik <carsten.dominik@gmail.com>
Mon, 3 Nov 2008 11:05:30 +0000 (3 12:05 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Mon, 3 Nov 2008 11:05:30 +0000 (3 12:05 +0100)
tree6adc5610e338e0d94c6e86df7993b680a66bd755
parentd7a7ad915f88ba29f4c816dc2f916badcbc6f2c4
Make href's in XHTML output valid.

field (or in any other attribute value) must be written as "&amp;" in
order to be valid XHMTL.  This patch implements a new filter function
through which every href value is passed, and which enforces this
standard.

This is was triggered by a report by Sebastian Rose.
lisp/ChangeLog
lisp/org-exp.el