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

BUGFIX: Render debugger-styles directly with first debug-output #1286

Merged
merged 1 commit into from
Apr 24, 2018

Conversation

mficzel
Copy link
Member

@mficzel mficzel commented Apr 24, 2018

The styles for rendering the debug-output are now rendered with the
first output itself instead of being echoed.

The direct echo solution caused trouble whenever non html-data like
json was rendered because the styles were rendered outside the json-structure
and thus caused invalid json.

The styles for rendering the debug-output are now rendered with the
first output itself instead of being echoed.

The direct echo solution caused trouble whenever non html-data like
json was rendered because the styles were rendered outside the json-structure.
@mficzel mficzel changed the title BUGFIX: Render styles directly with first debug output BUGFIX: Render debugger-styles directly with first debug-output Apr 24, 2018
Copy link
Member

@kitsunet kitsunet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch!

@beheist
Copy link
Contributor

beheist commented Apr 24, 2018

Yes, love it!

@beheist beheist self-requested a review April 24, 2018 07:03
Copy link
Member

@kdambekalns kdambekalns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@kitsunet kitsunet merged commit e267ee6 into neos:4.0 Apr 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants