Actions
Bug #20328
closedWrong nesting of <ul> <li> tags in expanded mount root in module file > filelist
Start date:
2009-04-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
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.
(issue imported from #M10939)
Files
Updated by Patrick Broens over 15 years ago
Committed to
trunk, revision 5339
4.2 branch, revision 5340
4.1 branch, revision 5341
Actions