[TYPO3-mvc] fluid: prevent htmlspecialchar'ing for output

Georg Ringer mail at ringerge.org
Wed Jan 19 17:14:36 CET 2011


Am 19.01.2011 17:11, schrieb Jochen Rieger:
> Any ideas? Or is there something like a format.raw viewhelper?!

from the format.html viewhelper:

add this:
----------------------------------------
	/**
	 * If the escaping interceptor should be disabled inside this
ViewHelper, then set this value to FALSE.
	 * This is internal and NO part of the API. It is very likely to change.
	 *
	 * @var boolean
	 * @internal
	 */
	protected $escapingInterceptorEnabled = FALSE;

-----------------------------------------

Georg


More information about the TYPO3-project-typo3v4mvc mailing list