1
0
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:
logmanoriginal
2018-12-26 21:58:07 +01:00
parent ce65f51d91
commit e7d3a006c8
52 changed files with 5 additions and 62 deletions

View File

@@ -106,5 +106,4 @@ class UsbekEtRicaBridge extends BridgeAbstract {
private function replaceUriInHtmlElement($element){
return str_replace('href="/', 'href="' . $this->getURI() . '/', $element->innertext);
}
}