Actions
Bug #17880
closedMenu of subpages, strange bug !
Start date:
2007-12-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
hi
This is typoscript from "css_styled_content" :
- "Menu of subpages to these pages"
1 < .default
1.special = directory
1.wrap = <div class="csc-menu csc-menu-1">|</div>
Why wrap is DIV ? But UL in Frontend code source ?
So, Wy it's not possible to change linkWrap (LI TAG) in linkWrap (A TAG only)
Thank You
(issue imported from #M6880)
Updated by Oliver Hader almost 17 years ago
Because there's also this in the static template:
- Match TYPO3 3.9.0 and later
[compatVersion = 3.9.0]
... - accessible menu
tt_content.menu.20 { # "Menu of these pages"
default.wrap = <ul class="csc-menu csc-menu-def">|</ul>
...
Actions