I have problems with Magento (Magento Version 1.5.1.0). Does Magento do some output / markup / js filtering?
I placed the script tags inside the * .phtml template (without the CMS block)
<script type="text/javascript">
function foo() {
}
</script>
When I look at the html source this tag is missing. All other surrounding marks are visible. I checked the path to the template and cleared the cache. Any hints or ideas?
Yours faithfully
source
share