mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-31 20:52:45 +00:00
Remove unneeded break
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user