Hello!
I tried to use xhtml appling $this->context->getResponse()-
>setContentType( 'application/xhtml+xml' );

However in dev enviroment the javascript for the web debug toolbar is
not valid.

in sfWebDebugClass.class.php

line 152: $content = str_ireplace('</body>', '<script type="text/
javascript">'.$this->getJavascript().'</script>'.$debug.'</body>',
$content, $count);

should change to the following:

$content = str_ireplace('</body>', '<handler type="text/javascript">'.
$this->getJavascript().'</handler>'.$debug.'</body>', $content,
$count);

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to