Bug #28381
BOM in hooks/class.tx_newscalendar_additionalMarkers.php
| Status: | Resolved | Start date: | 2011-07-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Clemens Riccabona | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
The file hooks/class.tx_newscalendar_additionalMarkers.php contains a byte order mark (BOM) which can cause IE9 to misinterprete the complete html page delivered (symptoms, amongst others, are: all css, images etc. adressed by relative urls are not found as baseUrl tag is not interpreted).
Fix: Remove BOM, e.g. on UNIX with sed:
sed '1 s/\xEF\xBB\xBF//' < input > output
(See http://thegreyblog.blogspot.com/2010/09/shell-script-to-find-and-remove-bom.html)
History
Updated by Gerald Jäschke almost 2 years ago
Duplicate of #9219
Updated by Clemens Riccabona 30 days ago
- Assignee set to Clemens Riccabona