[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 12:38:37 CEST 2009
FYI
Committed to
trunk, revision 5339
4.2 branch, revision 5340
4.1 branch, revision 5341
Cheers
Patrick
Patrick Broens wrote:
> 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
>
More information about the TYPO3-team-core
mailing list