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
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

rpsu - November 21, 2008 - 11:12

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

rpsu - November 21, 2008 - 11:15
Priority:normal» minor

Shoot, it was not extra div-tag, I just need a new pair of eye-glasses.

img-tag -issue is still valid, though.

#3

ronan - November 21, 2008 - 15:49

Thanks for checking this out. I'll fix up that img tag when I get a chance.

R

#4

ronan - December 12, 2008 - 15:48
Status:active» fixed

Fixed in dev. Thanks again.

#5

System Message - December 26, 2008 - 15:53
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.