Actions
Bug #15486
closed"Menu of subpages to these pages" wrongly wrapped
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2006-03-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
A page that includes "Menu of subpages to these pages" renders an invalid page because <p></p> is warpped within a <ul></ul>
The code at /typo3/css_styled_content/static/setup.txt, line 898 reads:
1.wrap = <div class="csc-menu csc-menu-1"> |</div>
Then at line 1168 reads:
1.wrap = <ul class="csc-menu csc-menu-1"> |</ul>
Replacing line 1168 by:
1.wrap = <div class="csc-menu csc-menu-1"> |</div>
renders a valid page.
This problem was not observed using version 3.8.1.
(issue imported from #M2841)
Updated by Martin Kutschker over 18 years ago
Ingmar, do you now more about this?
Updated by Sebastian Kurfuerst over 18 years ago
Are you sure this issue exists? I just checked recent CVS code and it is set correctly there to
1.wrap = <ul class="csc-menu csc-menu-1">|< /ul>
Updated by Sebastian Kurfuerst over 18 years ago
Please reopen if problem persists.
Actions