mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 06:35:55 +00:00
af_comics_gocomics: fix indenting
This commit is contained in:
@@ -32,9 +32,7 @@ class Af_Comics_GoComics extends Af_ComicFilter {
|
|||||||
if (!$basenode) {
|
if (!$basenode) {
|
||||||
// fallback on the smaller version
|
// fallback on the smaller version
|
||||||
foreach ($entries as $entry) {
|
foreach ($entries as $entry) {
|
||||||
|
|
||||||
if (preg_match("/(http:\/\/assets.amuniversal.com\/.*)/i", $entry->getAttribute("src"), $matches)) {
|
if (preg_match("/(http:\/\/assets.amuniversal.com\/.*)/i", $entry->getAttribute("src"), $matches)) {
|
||||||
|
|
||||||
$entry->setAttribute("src", $matches[0]);
|
$entry->setAttribute("src", $matches[0]);
|
||||||
$basenode = $entry;
|
$basenode = $entry;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user