MongoInspector
MongoInspector copied to clipboard
html errors
some element id's like "MongoInspector_prev" are used multiple in one document.
By w3c defintion a id should be unique in DOM.
I think those elements would only render if the module expanded.. at least that's how I was planning to implement it. I'll look into it tonight, thanks for letting me know.
Its also on un-expanded. Just copy a html to http://validator.w3.org/check
Its one per collection. So simply add a number or the collection name to the id and they should become unique again.
Hey man, source code for the new package is up :)
You may also find this interesting https://github.com/msavin/Mongol/issues/9#issuecomment-75684606