]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/htmlbalance_fails_with_HTML-Tree_v4.mdwn
Guessed right, but practically wrong => let's clear the mess and fix things up?
[ikiwiki.git] / doc / bugs / htmlbalance_fails_with_HTML-Tree_v4.mdwn
1 [[!template id=gitbranch branch=smcv/ready/htmlbalance author="[[smcv]]"]]
2 [[!tag patch]]
3
4 My one-patch htmlbalance branch fixes incompatibility with HTML::Tree 4.0.
5 From the git commit:
6
7     The HTML::Tree changelog says:
8     
9         [THINGS THAT MAY BREAK YOUR CODE OR TESTS]
10         ...
11         * Attribute names are now validated in as_XML and invalid names will
12           cause an error.
13     
14     and indeed the regression tests do get an error.
15
16 --[[smcv]]
17
18 [[done]] --[[Joey]]