We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a549cc6 commit a011737Copy full SHA for a011737
tools/bazar/handlers/RssHandler.php
@@ -100,7 +100,7 @@ public function run()
100
$xml .= "\r\n ";
101
$xml .= XML_Util::createTag('language', null, 'fr-FR');
102
103
- $xml .= XML_Util::createTag('copyright', null, 'Copyright (c) '.date('Y').' '. htmlentities($this->wiki->config['BAZ_RSS_NOMSITE']));
+ $xml .= XML_Util::createTag('copyright', null, 'Copyright (c) '.date('Y').' '. htmlentities(removeAccents($this->wiki->config['BAZ_RSS_NOMSITE'])));
104
105
$xml .= XML_Util::createTag('lastBuildDate', null, date('r'));
106
0 commit comments