X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_community.php;h=512629b0052955fe647aa4b6f8678ee72eadccad;hb=16123f5ad5ec08257ba97e1def23db90ce9062f7;hp=3dcbce6b1f091cf3bd4c9d02082d486baa084616;hpb=8a80ea24d1d8039be6dc532c9db23c60e71eb467;p=friendica.git diff --git a/mod/update_community.php b/mod/update_community.php index 3dcbce6b1f..512629b005 100644 --- a/mod/update_community.php +++ b/mod/update_community.php @@ -8,7 +8,7 @@ function update_community_content(&$a) { header("Content-type: text/html"); echo "\r\n"; - echo (($_GET['msie'] == 1) ? '
' : '
'); + echo "
"; $text = community_content($a,true); $pattern = "/]*) src=\"([^\"]*)\"/"; @@ -26,7 +26,7 @@ function update_community_content(&$a) { $text = preg_replace($pattern, $replace, $text); echo str_replace("\t",' ',$text); - echo (($_GET['msie'] == 1) ? '
' : ''); + echo ""; echo "\r\n"; killme();