View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0024476 | mantisbt | performance | public | 2018-05-23 09:45 | 2018-06-06 00:39 |
| Reporter | atrol | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.15.0 | Fixed in Version | 2.15.0 | ||
| Summary | 0024476: Unneeded <meta> tag in <head> section | ||||
| Description | The following line in head section
is no longer needed when using IE11 or Edge and using <!DOCTYPE html>, see some information from stackoverflow | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master 8717adaa 2018-05-23 05:47 Details Diff |
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 |
Affected Issues 0024476 |
|
| mod - core/layout_api.php | Diff File | ||