-
Notifications
You must be signed in to change notification settings - Fork 12k
v16.1 build escapes special characters in index.html #25388
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
Labels
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
state: blocked on upstream
type: bug/fix
Comments
alan-agius4
added a commit
to alan-agius4/critters
that referenced
this issue
Jun 16, 2023
The latest version of critters introduced a breaking behaviour which causes special characters to be encoded. This commit removes this behaviour and restores the previous one. See: angular/angular-cli#25388
janicklas-ralph
added a commit
to GoogleChromeLabs/critters
that referenced
this issue
Jun 16, 2023
The latest version of critters introduced a breaking behaviour which causes special characters to be encoded. This commit removes this behaviour and restores the previous one. See: angular/angular-cli#25388 Co-authored-by: Janicklas Ralph <janicklas@google.com>
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jun 16, 2023
Update critters to the latest version. Closes angular#25388
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jun 16, 2023
Update critters to the latest version. Closes angular#25388
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jun 22, 2023
Update critters to the latest version. Closes angular#25388
clydin
pushed a commit
that referenced
this issue
Jun 22, 2023
Update critters to the latest version. Closes #25388
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity5: regression
state: blocked on upstream
type: bug/fix
Command
build
Is this a regression?
The previous version in which this bug was not present was
v16.0
Description
Building a project with some special characters in index.html (e.g. '$' or '&') makes them to be escaped in HTML format ($ or &)
Minimal Reproduction
Create a new empty angular 16.1 project, change the title e.g. with ${title} in index.html and build it.
In the dist folder the index.html has the escaped string ${title} instead of the original string
Exception or Error
No response
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: