X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_network.php;h=1bf374657573b5785e38622f0b716ff8bfcffd7b;hb=4e7bf0028cfafac3366cfe9f71fa5996cee3d9d9;hp=9c6e45ca418a424a4cc17bbdf14d97045ea009d2;hpb=016b6428a091e4d9067962e2d8931e7e51254621;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();