Hey guys,
I've tried to add HTML Code in $this->addFlashMessage(''); but it doesn't work.
The line in my controller:
$this->addFlashMessage('<strong>Error.</strong>');
I also tried <f:format.raw> in Fluid Template, but it also doesn't work. :-(
Can you help me?