forked from blallo/rss-bridge
[enh] Remove old comment
This commit is contained in:
parent
4f59e2441c
commit
33cf5a1cd5
1 changed files with 0 additions and 4 deletions
|
@ -19,10 +19,6 @@ class DansTonChatBridge extends BridgeAbstract{
|
|||
$item = new \Item();
|
||||
$item->uri = $element->find('a', 0)->href;
|
||||
$item->title = 'DansTonChat '.$element->find('a', 1)->plaintext;
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
//$item->content = $element->find('p.item-content', 0)->innertext;
|
||||
>>>>>>> d194d02... [new] Bridges for DTC and SDZ
|
||||
$item->content = $element->find('a', 0)->innertext;
|
||||
$this->items[] = $item;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue