Re: [symfony-users] Unescaping HTML content

2010-03-11 Thread Giorgio Mandolini
Hi, try $page->getContent('ESC_RAW'); or setup the default escaping behaviour in settings.yml check this: http://www.symfony-project.org/book/1_2/07-Inside-the-View-Layer#chapter_07_output_escaping Giorgio Mandolini 2010/3/11 Romain Pouclet > > Hi all, > I have a "

Re: [symfony-users] Re: Unescaping HTML content

2010-03-11 Thread Giorgio Mandolini
Sorry, i got you: $page->getContent('ESC_RAW'); instead of: $page->getContent(ESC_RAW); 2010/3/11 Raphael Schumacher > Hi Romain, how about >$page->getContent(ESC_RAW); > or also: >$page->getRawValue()->getContent(); > ? > > With $page you are actually talking to a > sfOutputEscaperO