mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-23 08:33:24 +02:00
style: Fix coding styles
This commit is contained in:
@@ -54,7 +54,7 @@ class FourchanBridge extends BridgeAbstract {
|
||||
}
|
||||
|
||||
$content = $element->find('.postMessage', 0)->innertext;
|
||||
$content = str_replace('href="#p','href="' . $this->getURI() . '#p', $content);
|
||||
$content = str_replace('href="#p', 'href="' . $this->getURI() . '#p', $content);
|
||||
$item['content'] = '<span id="' . $item['id'] . '">' . $content . '</span>';
|
||||
|
||||
if(isset($item['image'])){
|
||||
|
Reference in New Issue
Block a user