From a039869ba0410a35368e978ddfd638b344b17b40 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 25 Nov 2015 17:30:11 -0800 Subject: issue #185 --- mod/update_channel.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/update_channel.php') diff --git a/mod/update_channel.php b/mod/update_channel.php index 5f4436d59..63a3735ea 100644 --- a/mod/update_channel.php +++ b/mod/update_channel.php @@ -39,6 +39,7 @@ function update_channel_content(&$a) { $replace = "'; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; @@ -50,6 +51,7 @@ function update_channel_content(&$a) { $pattern = "/<\s*iframe[^>]*>(.*?)<\s*\/\s*iframe>/i"; $text = preg_replace($pattern, $replace, $text); } +*/ /** * reportedly some versions of MSIE don't handle tabs in XMLHttpRequest documents very well -- cgit v1.2.3