[TYPO3-english] HTML cleaning
Igor Mitev
igor at freshdesign.com.mk
Tue Dec 15 13:53:30 CET 2009
Hi Joey,
I'm using TV as a template method. "lib.breadcrumb" is mapped in TV (inner)
that is why I don't need it in the TS code.
Only for "lib.breadcrumb" I get characters replacement, the other mapped
field are fine. I used htmlSpecialChars to try to prevent it but no results.
Thanks,
Igor
-----Original Message-----
From: typo3-english-bounces at lists.typo3.org
[mailto:typo3-english-bounces at lists.typo3.org] On Behalf Of JoH asenau
Sent: Monday, December 14, 2009 8:19 PM
To: typo3-english at lists.typo3.org
Subject: Re: [TYPO3-english] HTML cleaning
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
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list