CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #28381

BOM in hooks/class.tx_newscalendar_additionalMarkers.php

Added by Gerald Jäschke almost 2 years ago. Updated 30 days ago.

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)


Related issues

duplicates Newscalendar - Bug #9219: BOM marker Resolved 2010-08-10

History

Updated by Gerald Jäschke almost 2 years ago

Duplicate of #9219

Updated by Clemens Riccabona 30 days ago

  • Status changed from New to Resolved

Resolved in trunk

Updated by Clemens Riccabona 30 days ago

  • Assignee set to Clemens Riccabona

Also available in: Atom PDF