map: Correct reversion introduced in version 3.20110225 that could generate invalid html. (smcv)
parent
b1a721942d
commit
00d23a23eb
|
@ -3,6 +3,8 @@ ikiwiki (3.20130213) UNRELEASED; urgency=low
|
||||||
* Allow dots in directive parameter names. (tango)
|
* Allow dots in directive parameter names. (tango)
|
||||||
* Add missing plugin section, and deal with missing sections with a warning.
|
* Add missing plugin section, and deal with missing sections with a warning.
|
||||||
* Detect plugins with a broken getsetup and warn.
|
* Detect plugins with a broken getsetup and warn.
|
||||||
|
* map: Correct reversion introduced in version 3.20110225 that could
|
||||||
|
generate invalid html. (smcv)
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Fri, 15 Feb 2013 17:23:12 -0400
|
-- Joey Hess <joeyh@debian.org> Fri, 15 Feb 2013 17:23:12 -0400
|
||||||
|
|
||||||
|
|
|
@ -32,3 +32,5 @@ HTML with redundant `</ul><ul>` pairs, marks the redundant
|
||||||
pairs, and edits them out afterwards - but it works. If anyone can come
|
pairs, and edits them out afterwards - but it works. If anyone can come
|
||||||
up with a cleaner algorithm that avoids generating the redundant tags
|
up with a cleaner algorithm that avoids generating the redundant tags
|
||||||
in the first place, that would be even better. --[[smcv]]
|
in the first place, that would be even better. --[[smcv]]
|
||||||
|
|
||||||
|
> [[merged|done]] (not thrilled at this solution, but it works) --[[Joey]]
|
||||||
|
|
Loading…
Reference in New Issue