Remove unneeded break

This commit is contained in:
zborboa-google
2014-10-28 15:09:37 -07:00
parent ba938c24ed
commit fab1fa3285
-1
View File
@@ -17,6 +17,5 @@ foreach ($curl->response->channel->item as $entry) {
'<a href="' . $entry->link . '">' .
'<img alt="" src="' . $img->url . '" height="' . $img->height . '" width="' . $img->width . '" />' .
'</a>';
break;
}
}