Replies: 1 comment 2 replies
-
These changes are syntactically correct and should not break code or html. Are you facing any issues due to this? Tags can be split into multiple lines, beautify splits lines when it sees that the line is too long. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This code in a PHP file as part of HTML:
<?= htmlspecialchars($d ?? "", ENT_QUOTES) ?>
Becomes this when I use beautify feature (breaking the HTML):
I've confirmed multiple times and for similar code.
I don't know where else to report this. Until fixed, 'beautify' is a hand-grenade.
Also, think I noticed that beautify changes single quotes to doubles sometimes, just as deadly...
Beta Was this translation helpful? Give feedback.
All reactions