Some extra tags and not xhmtl-valid code
rpsu - November 21, 2008 - 11:10
| Project: | Node Hierarchy |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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 - />)

#1
It 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
#2
Shoot, it was not extra div-tag, I just need a new pair of eye-glasses.
img-tag -issue is still valid, though.
#3
Thanks for checking this out. I'll fix up that img tag when I get a chance.
R
#4
Fixed in dev. Thanks again.
#5
Automatically closed -- issue fixed for two weeks with no activity.