Fixing Joomla's dumb header manipulation ? - Joomla! Forum - community, help and support


(joomla 3.7.4, php 7.1.8 )

at first thought problem template i'm using.

but i've inspected template code , can't see there. also, joomla manipulating <script> tags template itself, joomla level thing !

for example, template has :

code: select all

<script>foo</script>


joomla mangles :

code: select all

<script type="text/javascript">foo<script>



this causing me major problems, because when add :

code: select all

<script type="application/ld+json">bar</script>


joomla mangles javascript, i.e. :

code: select all

<script type="text/javascript">bar<script>


which (a) breaks ld-json, , (b) dumb on part of joomla manipulate stuff has no business manipulating.






Comments

Popular posts from this blog

Falang and too many redirects - Joomla! Forum - community, help and support

Infinite loop detected in JErrorInfinite loop detected in JError - Joomla! Forum - community, help and support

logged out from joomla! - Joomla! Forum - community, help and support