X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_display.php;h=4b6d26cb7f4fb9303cf8ff3cee72be1caad1d70a;hb=1d745c25a7b067951ea24c69209b9a54fbbe8c5d;hp=1341d30524d04fef2891d5366626b504076b04e4;hpb=30c1cc0e8cec5438fd8fe36bd4ea00991dc01934;p=friendica.git diff --git a/mod/update_display.php b/mod/update_display.php index 1341d30524..4b6d26cb7f 100644 --- a/mod/update_display.php +++ b/mod/update_display.php @@ -19,11 +19,8 @@ function update_display_content(App $a) echo "
"; $text = display_content($a, true, $profile_uid); - $pattern = "/]*) src=\"([^\"]*)\"/"; - $replace = ""; $pattern = "/<\s*audio[^>]*>(.*?)<\s*\/\s*audio>/i"; $text = preg_replace($pattern, $replace, $text);