Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of OUTPUT_RAW to avoid javascript syntax error when dumping HTML #866

Merged
merged 1 commit into from Jun 10, 2016

Conversation

Gregoire-M
Copy link

A javascript syntax error occurs when an HTML doc is dumped, in the 2.12.0 tag. The syntax error is located in jQuery. It is seems to be caused by the console component.

It is fixed by specifying the OutputInterface::OUTPUT_RAW option when calling the $output->writeln() method.

More details in issue #864.

@willdurand willdurand merged commit a009e97 into nelmio:master Jun 10, 2016
@willdurand
Copy link
Collaborator

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants