summaryrefslogtreecommitdiff
path: root/config/services/web/rss/ParisJazzClubBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/services/web/rss/ParisJazzClubBridge.php')
-rw-r--r--config/services/web/rss/ParisJazzClubBridge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/services/web/rss/ParisJazzClubBridge.php b/config/services/web/rss/ParisJazzClubBridge.php
index d59c6cd..1b97011 100644
--- a/config/services/web/rss/ParisJazzClubBridge.php
+++ b/config/services/web/rss/ParisJazzClubBridge.php
@@ -27,7 +27,7 @@ class ParisJazzClubBridge extends XPathAbstract {
}
protected function formatItemContent($value) {
- $text = preg_replace("/\s\s+/", "\n", $value);
+ $text = preg_replace("/\s{2}\s+/", "\n", $value);
$lines = array_map("trim", explode("\n", $text));
$time = $lines[0];
$title = $lines[1];