MantisBT: master 8717adaa

Author Committer Branch Timestamp Parent
atrol atrol master 2018-05-23 05:47 master 60fd5609
Affected Issues  0024476: Unneeded `<meta>` tag in `<head>` section
Changeset

Remove special handling for Microsoft browsers

The following line in head section
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
is no longer needed when using IE11 or Edge and using <!DOCTYPE html>, see [1]

Fixes 0024476

[1] https://stackoverflow.com/questions/6771258/what-does-meta-http-equiv-x-ua-compatible-content-ie-edge-do

mod - core/layout_api.php Diff File