mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[XPathAbstract] Fix encoding on feed title (#3365)
This commit is contained in:
parent
63dc500ae0
commit
c6c4b3a24f
@ -348,7 +348,7 @@ abstract class XPathAbstract extends BridgeAbstract
|
||||
{
|
||||
$title = $xpath->query($this->getParam('feed_title'));
|
||||
if (count($title) === 1) {
|
||||
return $this->getItemValueOrNodeValue($title);
|
||||
return $this->fixEncoding($this->getItemValueOrNodeValue($title));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user