Bug #37196
Filename get lower case
| Status: | New | Start date: | 2012-05-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
Hello,
I have a few own markers, which build together the markup for html5 audio. In some of that markers, I need something like
wrap = | />
e.g. to close the html tag <source>
But if I do so, the filename in the marker (fetched from db field like value = ###TX_...IMAGE###) get lower cased.
Even if I create a new marker just with that value (value = />) or also if I don’t use a marker and output that directly after the marker in the template, everytime the filename (and path) gets to lower case. Could it be that browser checks the whole HTML output? How can I disable this?