mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-30 19:40:00 +02:00
global: Fix code violations
This commit is contained in:
@@ -106,5 +106,4 @@ class UsbekEtRicaBridge extends BridgeAbstract {
|
||||
private function replaceUriInHtmlElement($element){
|
||||
return str_replace('href="/', 'href="' . $this->getURI() . '/', $element->innertext);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user