Question

I'm experiencing something really strange in MonoDevelop. When writing standard HTML, I'm getting weird Parser warnings telling me that my tags don't match.

In the image below, the blue squiggly is telling me that "Tag div is implicityly closed by tag "div". The red squiggly is telling me that the closing /div tag has no opening tag.

enter image description here

As far as I can tell, my html is valid. Can anybody suggest anything as to why I'm seeing this error?

Thanks in advance!

UPDATE

The bug has been fixed! Thanks, Mono Team!

Was it helpful?

Solution

Looks like a bug in MonoDevelop. Could you file it at bugzilla.xamarin.com?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top