summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/geek.com.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/geek.com.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/geek.com.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/geek.com.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/geek.com.php
index cef956299..1f00a8867 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/geek.com.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/geek.com.php
@@ -1,4 +1,5 @@
<?php
+
return array(
'grabber' => array(
'%.*%' => array(
@@ -11,6 +12,6 @@ return array(
'strip' => array(
'//span[@class="red"]',
),
- )
- )
+ ),
+ ),
);