X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_network.php;h=1bf374657573b5785e38622f0b716ff8bfcffd7b;hb=d80888842926eba272ae0e86d7666daeef201dc3;hp=9c6e45ca418a424a4cc17bbdf14d97045ea009d2;hpb=992684c3620185da00663e25eb1460c4b18920ea;p=friendica.git diff --git a/mod/update_network.php b/mod/update_network.php index 9c6e45ca41..1bf3746575 100644 --- a/mod/update_network.php +++ b/mod/update_network.php @@ -11,7 +11,7 @@ function update_network_content(&$a) { header("Content-type: text/html"); echo "\r\n"; - echo (($_GET['msie'] == 1) ? '
' : '
'); + echo "
"; if (!get_pconfig($profile_uid, "system", "no_auto_update") OR ($_GET['force'] == 1)) $text = network_content($a,$profile_uid); @@ -34,7 +34,7 @@ function update_network_content(&$a) { echo str_replace("\t",' ',$text); - echo (($_GET['msie'] == 1) ? '
' : ''); + echo ""; echo "\r\n"; killme();