X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_profile.php;h=367a5568d85636403d0bfe40069b03825178cf71;hb=52a2c7eb46ea3b9509e48f29eca6f1c398a85538;hp=a0cb10f5d3584483182ff652ef9d77ad621a20ea;hpb=6368bd165612dfa1e95e8d4c99b922797bf429af;p=friendica.git diff --git a/mod/update_profile.php b/mod/update_profile.php index a0cb10f5d3..367a5568d8 100644 --- a/mod/update_profile.php +++ b/mod/update_profile.php @@ -6,9 +6,12 @@ require_once('mod/profile.php'); function update_profile_content(&$a) { - echo "\r\n"; - echo profile_content($a,true); - echo "\r\n"; + header("Content-type: text/html"); + echo "\r\n"; + echo (($_GET['msie'] == 1) ? '
' : '
'); + echo str_replace("\t",' ',profile_content($a,true)); + echo (($_GET['msie'] == 1) ? '
' : ''); + echo "\r\n"; killme(); } \ No newline at end of file