From: Axel Beckert Date: Tue, 22 Jul 2008 01:46:08 +0000 (+0000) Subject: Bugfix: Default RSS feed failed feed validation at http://www.feedvalidator.org/... X-Git-Tag: v2_1_0~9 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom.git;a=commitdiff_plain;h=4ca079445f95088dac8bdc7506aa04696513fb12;hp=4ca079445f95088dac8bdc7506aa04696513fb12 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. ---