1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:05:55 +00:00

af_comics_gocomics: fix indenting

This commit is contained in:
Andrew Dolgov
2014-08-08 11:10:52 +04:00
parent 061fe3f1da
commit 9203929c28

View File

@@ -32,9 +32,7 @@ class Af_Comics_GoComics extends Af_ComicFilter {
if (!$basenode) {
// fallback on the smaller version
foreach ($entries as $entry) {
if (preg_match("/(http:\/\/assets.amuniversal.com\/.*)/i", $entry->getAttribute("src"), $matches)) {
$entry->setAttribute("src", $matches[0]);
$basenode = $entry;
break;