X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_profile.php;h=2492a48ee496d6714ce2513c5a68102fb21f76a4;hb=9e5a4b2050a1fd8da2b03e02a69de233a1768187;hp=c4884b30f545eb3378dd6514ec6336157bfd119a;hpb=8aa25523721303b6883e1a793f20997f8a33ec0a;p=friendica.git diff --git a/mod/update_profile.php b/mod/update_profile.php old mode 100755 new mode 100644 index c4884b30f5..2492a48ee4 --- a/mod/update_profile.php +++ b/mod/update_profile.php @@ -20,7 +20,7 @@ function update_profile_content(&$a) { * We can remove this hack once Internet Explorer recognises HTML5 natively */ - echo (($_GET['msie'] == 1) ? '
' : '
'); + echo "
"; /** * @@ -53,7 +53,7 @@ function update_profile_content(&$a) { */ echo str_replace("\t",' ',$text); - echo (($_GET['msie'] == 1) ? '
' : ''); + echo ""; echo "\r\n"; killme();