HTML tag appearing in HEAD section

Search
Other Bug Reports questions
Forum

HTML tag appearing in HEAD section

Eric Kaps's Avatar Eric Kaps
When extending scope to Everything from just Body, the replaced code in the HEAD section of the page is rendered as <sup>®</sup> instead of just the symbol with superscript applied without the tags.

In the BODY section it is rendered correctly.
Peter van Westen's Avatar Peter van Westen ADMIN
I assume you are talking about ReReplacer.
What Joomla version are you on?
Do you have this online so I can take a look?
Please post a rating at the Joomla! Extensions Directory
Eric Kaps's Avatar Eric Kaps
Yes, ReReplacer 12.2.2

Joomla 3.10.5

www.mnhscs.com/rotix

Thanks
Peter van Westen's Avatar Peter van Westen ADMIN
I guess this is also now solved with the latest dev version...
Please post a rating at the Joomla! Extensions Directory
Eric Kaps's Avatar Eric Kaps
To explain further, the replacement code I want to use is:

\1ROTIX<sup>&reg;</sup>

which is rendered correctly in the BODY but not in the HEAD.

Look at www.mnhscs.com/rotix
Peter van Westen's Avatar Peter van Westen ADMIN
ReReplacer is doing what you tell it to.
The result is:
<title>ROTIX<sup>&reg;</sup> ...</title>

You can't use HTML tags inside the HEAD title attribute and meta properties and expect them to work.
Please post a rating at the Joomla! Extensions Directory
Eric Kaps's Avatar Eric Kaps
OK, thanks for clearing that up.
You can only post on this forum if you log in