HTML Editor Question in RH 2022
Using RH 2022, Version 2022.0.346
In the RH 2022 HTML editor, I am editing my Topic Layout page. I am looking at this code that has zero errors.

I compile and view my output and am happy to see that the URL of the current page displays in the output, meaning my test worked.
I decide to hide the lines that start with < h2 > through the ending < / script > tag because I may want it for future reference but I don't want to include that section "now" so I add the <!—and --> code before the < h2 > and after the < / script > tag. When I do that, the HTML editor claims I have to have a start tag for the < / script > tag, saying that the tag must be paired:

Why did the original code not generate an error and by hiding that bit of code, I see an error?
