From f69d692157cfce32d94af293b8545971b316115d Mon Sep 17 00:00:00 2001 From: Corben Dallas Date: Tue, 17 May 2016 09:57:55 +0200 Subject: [PATCH] fixed new youtube rss link pattern --- news.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news.php b/news.php index f26ea98..4deba64 100644 --- a/news.php +++ b/news.php @@ -104,7 +104,7 @@

YOUTUBE; $url = preg_quote($vid[0], '/'); - $pattern = "/https:\/\/" . $url . "<\/a>/"; + $pattern = "/https:\/\/" . $url . "<\/a>/"; $item['description'] = preg_replace( $pattern, $embed, $item['description'] ); } }