[TYPO3-core] RFC: #10939: Wrong nesting of <ul> <li> tags in expanded mount root in module file > filelist

Patrick Broens patrick at netcreators.com
Tue Apr 21 09:06:15 CEST 2009


Hi,

this is a SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=10939

Branches: 4.1, 4.2, trunk

Problem:
The nesting of the list tags is wrong when you have an expanded mount
root in the filelist module. subpages of the mount root are fine, only
the root is having these problems.

Current situation:
ul
    li - Mount root - /li
    ul
        li
            ...
        /li
    /ul
/ul

Solution:
Add hasSub => true to the root array when the root is expanded, so the
right nesting can be done.

Which leads to:
ul
    li - Mount root
        ul
            li
                ...
            /li
        /ul
    /li
/ul

Thanks to Uschi Renziehausen for notifiying me.

Cheers,
Patrick
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 20090421_RFC_10939.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090421/608f0fff/attachment-0001.txt 


More information about the TYPO3-team-core mailing list