Closed (fixed)
Project:
Node Hierarchy
Version:
5.x-1.2
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2008 at 11:10 UTC
Updated:
26 Dec 2008 at 15:53 UTC
Having some layout problems I reviewed Node Hierarchy code and found a few validation issues:
<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>
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.