So, I have a site where there are many places where html comments are written as
I noticed that when you write:
<div>hello</div> <div>hello2</div>
Only hello2 is shown. If you do not type a dash at the end:
<div>hello3</div> <div>hello4</div>
then both hello3 and hello4 are printed. Now, is there a way for me to do this work as possible without going through the entire site and changing all the comments? By the way, it shows well in all browsers, including firefox 4 and even IE. The problem only occurs on FF 3.6
source share