Commit: 35b896a9ff95dc8c6efaaabe149bbfa39a649657 Author: Hannes Magnusson <bj...@mongodb.com> Fri, 13 Dec 2013 16:18:03 -0800 Parents: 20e0bfb9e9b452b9aee61b98958a67f3881e207f Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=35b896a9ff95dc8c6efaaabe149bbfa39a649657 Log: Remove IE6-BETA feature... Changed paths: M include/functions.php Diff: diff --git a/include/functions.php b/include/functions.php index cf9b5c9..47ce244 100644 --- a/include/functions.php +++ b/include/functions.php @@ -13,7 +13,6 @@ function common_header($extra_headers=NULL) { <head> <title><?php echo $GLOBALS["TITLE"]; ?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - <meta name="MSSmartTagsPreventParsing" content="TRUE"> <?php if(!empty($extra_headers)) { foreach($extra_headers as $header) { -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php