Having some layout problems I reviewed Node Hierarchy code and found a few validation issues:
- there is an extra </div> -tag between page title (link text) and tags <div class="children"></div>
<a href="/node-url" class="non_expandable collapsed" title="Node title (Type: Nodetype) Open with click">Node title </a>
</div> <-- this one is extra
<div class="children">
</div>
</li> - button images does not follow xhtml-valid syntax, there is missing / at the end (<img - stuff - > should be <img - stuff - />)
Comments
Comment #1
rpsuIt would also be nice to have newlines in the code, or perhaps at least some kind of indetation. Reading code would be a lot easier than at the moment.
//rpsu
Comment #2
rpsuShoot, it was not extra div-tag, I just need a new pair of eye-glasses.
img-tag -issue is still valid, though.
Comment #3
ronan commentedThanks for checking this out. I'll fix up that img tag when I get a chance.
R
Comment #4
ronan commentedFixed in dev. Thanks again.