Even when you fix the code and submit there’s an extra space that’s making the visual look bad, please, check. Thank you!
Hi lmendozap7, thank you for pointing out this malformed closing tag! I’m to blame for it. I’m going to fix it ![]()
Hi, would you mind sharing the link to the step in question?
Thank you for reporting this issue.
In the future, please link to the workshop you are referring to. ![]()
I have created an issue for this on github so we can track it ![]()
Just making a comment here, sometimes the Prettier code formatter chops up my HTML in strange ways like this, so if you’re using Prettier, that might be why.
Thanks for the incredibly quick fix : )
Thanks for mentioning Prettier! In this case though, the malformed closing tag was actually intentional (albeit misguided).
At the time, I didn’t realize that HTML closing tags cannot have whitespace between the angle bracket and the slash. I was trying to work around a specific issue: when there are line breaks between the text content and the closing </q> tag, unwanted whitespace appears between the text and the browser-generated quotation mark.


