[TYPO3-english] HTML cleaning
JoH asenau
info at cybercraft.de
Mon Dec 14 20:18:33 CET 2009
Igor Mitev wrote:
> I'm using TYPO3 4.2.10 and for the breadcrumb the following code:
>
> ###################################################
> ## Breadcrumb - HMENU
> lib.breadcrumb=COA
>
> When the code is generated TYPO3 changes the tag <> symbols to <
> and > and the breadcrumb is rendered as text.
>
> Can someone please tell me how to turn off HTML cleaning? HTML Tidy
> is off in the install tool.
Where do you use this "lib.breadcrumb" and which templating method are you
using (classic, modern, TV)?
When I "decode" your HTML example I get:
<div id="breadcrumb">
<a href="index.php?id=1" onfocus="blurLink(this);" >
Whatever
</a>
» whatever
</div>
Since the <div> container is not part of your COA, I guess the encoding is
done in the same piece of code that is creating this container. So it's not
TYPO3 but a certain (Typo) Script that is responsible for it.
The TS you posted usually won't produce any HSC output.
HTH
Joey
--
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your gob sometimes!)
Dieter Nuhr, German comedian
Xing: http://contact.cybercraft.de
Twitter: http://twitter.com/bunnyfield
TYPO3 cookbook (2nd edition): http://www.typo3experts.com
More information about the TYPO3-english
mailing list