summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/openrightsgroup.org.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/openrightsgroup.org.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/openrightsgroup.org.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/openrightsgroup.org.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/openrightsgroup.org.php
index 1bdc199eb..044000947 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/openrightsgroup.org.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/openrightsgroup.org.php
@@ -1,4 +1,5 @@
<?php
+
return array(
'grabber' => array(
'%.*%' => array(
@@ -15,6 +16,6 @@ return array(
'//h1[@class="pageTitle"]',
'//p[@class="bookmarkThis"]',
),
- )
- )
-); \ No newline at end of file
+ ),
+ ),
+);