-
Notifications
You must be signed in to change notification settings - Fork 40
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
Our html minifier can't always handle the \ char #1587
Comments
same issue in OpenLiberty/guide-microprofile-metrics#91 The UI cannot handle |
The escape character is already removed before any javascript runs so it's an issue with the minifying or something during build time. |
The root issue is that we use the octopress-minify-html gem which uses html_press under the covers which is deprecated and there have been some known issues (including the backslash escape char) but are no longer worked on due to being deprecated: stereobooster/html_press#21. |
This will be fixed by #742 |
Go to https://draft-guides.mybluemix.net/guides/reactive-messaging-sse.html#subscribing-to-server-sent-events and hover over
EventSource
and you can see it duplicate the line in the code that should be hotspotted:This isn't due to there being two hotspots for the same thing because I removed one of them and it still happened.
The text was updated successfully, but these errors were encountered: