[TYPO3-mvc] ImageViewHelper.. strange behaviour

Sebastian Gebhard sebastian.gebhard at googlemail.com
Thu Jul 30 00:38:02 CEST 2009


There seems to be a problem with double quotes:

$test1 = 'This is my "teststring"';
$test2 = str_replace('"', '', $test1);

// Will fail:
//$this->view->assign('test', $test1);

// Works:
$this->view->assign('test', $test2);

I've only tested the alt parameter of the ImageViewHelper. I can not 
tell which other parameters or ViewHelpers may have this bug too.


More information about the TYPO3-project-typo3v4mvc mailing list