summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/allgemeine-zeitung.de.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/allgemeine-zeitung.de.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/allgemeine-zeitung.de.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/allgemeine-zeitung.de.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/allgemeine-zeitung.de.php
index 984e82769..4acdeaf5b 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/allgemeine-zeitung.de.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/allgemeine-zeitung.de.php
@@ -1,4 +1,5 @@
<?php
+
return array(
'grabber' => array(
'%.*%' => array(
@@ -16,8 +17,8 @@ return array(
'//*[@class="skip"]',
'//*[@class="funcs"]',
'//span[@class="nd address"]',
- '//a[contains(@href, "abo-und-services")]'
- )
- )
- )
+ '//a[contains(@href, "abo-und-services")]',
+ ),
+ ),
+ ),
);