X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_notes.php;h=6b8fff5115aa56ba62fbb70b60b330b5b3a70f74;hb=835e6c4955c9e1c160c02c21e8df7ca7beabd2fb;hp=90cc5bc69c9e85d4a06bb4a3742f49222aa5bf75;hpb=9d2afc2d3c12f6b70eae11487e491e2d8604ed60;p=friendica.git diff --git a/mod/update_notes.php b/mod/update_notes.php index 90cc5bc69c..6b8fff5115 100644 --- a/mod/update_notes.php +++ b/mod/update_notes.php @@ -16,11 +16,7 @@ function update_notes_content(&$a) { header("Content-type: text/html"); echo "\r\n"; - /** - * We can remove this hack once Internet Explorer recognises HTML5 natively - */ - - echo (($_GET['msie'] == 1) ? '
' : '
'); + echo "
"; /** * @@ -53,7 +49,7 @@ function update_notes_content(&$a) { */ echo str_replace("\t",' ',$text); - echo (($_GET['msie'] == 1) ? '
' : ''); + echo ""; echo "\r\n"; killme();