* Fix the htmltidy plugin, which wasn't working due my breaking it when
I added it..master
parent
a6a61f9e38
commit
acaee3d0bc
|
@ -5,7 +5,7 @@
|
||||||
# It is particularly useful when the html plugin is used.
|
# It is particularly useful when the html plugin is used.
|
||||||
#
|
#
|
||||||
# by Faidon Liambotis
|
# by Faidon Liambotis
|
||||||
package IkiWiki::Plugin::tidy;
|
package IkiWiki::Plugin::htmltidy;
|
||||||
|
|
||||||
use warnings;
|
use warnings;
|
||||||
use strict;
|
use strict;
|
||||||
|
|
|
@ -11,8 +11,10 @@ ikiwiki (1.16) UNRELEASED; urgency=low
|
||||||
* Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in.
|
* Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in.
|
||||||
* Add xhtml files to the default prune regexp.
|
* Add xhtml files to the default prune regexp.
|
||||||
* Also generate rel=bookmark links for permalinks.
|
* Also generate rel=bookmark links for permalinks.
|
||||||
|
* Fix the htmltidy plugin, which wasn't working due my breaking it when
|
||||||
|
I added it..
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Thu, 3 Aug 2006 22:35:11 -0400
|
-- Joey Hess <joeyh@debian.org> Fri, 4 Aug 2006 03:03:19 -0400
|
||||||
|
|
||||||
ikiwiki (1.15) unstable; urgency=low
|
ikiwiki (1.15) unstable; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue