- fix [ 1305132 ] 6.7.5 Assets are moved to trash by runHourly

- fix [ 1282473 ] RSS encoding (Thanks to Klaus Hertle)
This commit is contained in:
JT Smith 2005-10-14 18:55:10 +00:00
parent 5144b65842
commit fda03a0e63
4 changed files with 10 additions and 9 deletions

View file

@ -1129,7 +1129,7 @@ sub www_viewRSS {
my $encTitle = _xml_encode($self->get("title"));
my $encDescription = _xml_encode($self->get("description"));
my $encUrl = _xml_encode($self->getUrl);
my $xml = qq~<?xml version="1.0"?>
my $xml = qq~<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>$encTitle</title>