[enh] Remove old comment

This commit is contained in:
Astalaseven 2013-12-16 09:11:33 +01:00
parent 4f59e2441c
commit 33cf5a1cd5

View file

@ -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;
}