Bug #9219
BOM marker
| Status: | Resolved | Start date: | 2010-08-10 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Clemens Riccabona | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
In some cases, the following weird characters are prepended to the (x)html code of the pages including newscalendar:

The characters are displayed at the top of the page, spoiling the layout.
That sequence of characters is known as "BOM marker":
http://sankuru.biz/en/blog/8-joomla-configuration-issues/46-crushing-the-head-of-the-bom-marker-monster.html
The sequence is actually at the beginning of some templates and files belonging to the extension, probably due to an editor that has included the marker when saving:
- res/listViewTemplate.html
- res/bt-0.9.5-rc1/other_libs/jquery.hoverIntent.minified.js
- hooks/class.tx_newscalendar_additionalMarkers.php
The problem is easily fixed just by removing the marker, using the script provided at the URL above.
Related issues
| duplicated by Newscalendar - Bug #28381: BOM in hooks/class.tx_newscalendar_additionalMarkers.php | Resolved | 2011-07-22 |
History
Updated by Clemens Riccabona 30 days ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Resolved in trunk
Updated by Clemens Riccabona 30 days ago
- Assignee set to Clemens Riccabona