From: Axel Beckert Date: Tue, 22 Jul 2008 02:01:34 +0000 (+0000) Subject: Bugfix: Default RSS feed failed feed validation at http://www.feedvalidator.org/... X-Git-Tag: v2_1_0~8 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=commitdiff_plain;h=3338156aa6ba79dae5ef7e585dc022f175a867fa;ds=sidebyside Bugfix: Default RSS feed failed feed validation at feedvalidator.org/ if there was a blank inside a file name since blanks (and other characters) need to be escaped inside an URL. Most browsers do this, but not all. --- diff --git a/ChangeLog b/ChangeLog index e4240ec..7cd8df3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ v2.1.0 * added support for external config file via BLOSXOM_CONFIG_DIR and/or BLOSXOM_CONFIG_FILE environment variables * added support for $plugin_list plugin config file + * fixed some RSS escaping issues * made the default templates conforming to HTML 4.01 * added a testsuite for blosxom * added an encoding setting, defaulting to UTF-8