summaryrefslogtreecommitdiffstats
path: root/vendor/fguillot/picofeed/lib/PicoFeed/Rules/imogenquest.net.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-10-25 13:37:34 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-10-25 13:37:34 +0100
commitc10358a0f69789306d65daf23f79a07c271268e2 (patch)
tree19546f5a2a12f720074a53b6fde441d28170b1c7 /vendor/fguillot/picofeed/lib/PicoFeed/Rules/imogenquest.net.php
parentbf7ff10a5114c0517cd7082ee95ccecb0c7f807d (diff)
update picofeed & version bump
Diffstat (limited to 'vendor/fguillot/picofeed/lib/PicoFeed/Rules/imogenquest.net.php')
-rw-r--r--vendor/fguillot/picofeed/lib/PicoFeed/Rules/imogenquest.net.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/imogenquest.net.php b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/imogenquest.net.php
index b773c6fda..634fe3750 100644
--- a/vendor/fguillot/picofeed/lib/PicoFeed/Rules/imogenquest.net.php
+++ b/vendor/fguillot/picofeed/lib/PicoFeed/Rules/imogenquest.net.php
@@ -1,8 +1,9 @@
<?php
+
return array(
'filter' => array(
'%.*%' => array(
- '%title="(.+)" */>%' => "/><br/>$1"
- )
- )
+ '%title="(.+)" */>%' => '/><br/>$1',
+ ),
+ ),
);