X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_community.php;h=512629b0052955fe647aa4b6f8678ee72eadccad;hb=5299f259202725644cdaa678ea174d55a5126b27;hp=3dcbce6b1f091cf3bd4c9d02082d486baa084616;hpb=aaf5a81365b4cbcb3d1b9537b5544aeb5de66f4b;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();