Project

General

Profile

Actions

Bug #20328

closed

Wrong nesting of <ul> <li> tags in expanded mount root in module file > filelist

Added by Patrick Broens over 15 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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

20090421_RFC_10939.diff (1.44 KB) 20090421_RFC_10939.diff Administrator Admin, 2009-04-21 09:02
Actions

Also available in: Atom PDF