[TYPO3-core] RFC #10371: Feature: Render tabs as ul-li-list in getDynTabMenu()
Niels Pardon
mail at niels-pardon.de
Fri Feb 6 23:26:30 CET 2009
Hi Susanne!
Susanne Moog schrieb:
> Small note:
> - $noWrap = $noWrap ? ' nowrap="nowrap"' : '';
> + //$noWrap = $noWrap ? ' nowrap="nowrap"' : '';
> + $noWrap = '';
>
> Do we want to have dead lines like that one lying around?
You're right this shouldn't be there. I've checked the patch a second
time and removed all (now) unnecessary stuff.
E.g. the parameter $newRowCharLimit is no longer needed as there's no
wrapping based on characters any more.
The parameter $noWrap is also removed as the attribute nowrap="nowrap"
is deprecated HTML.
See patch attached.
Greets,
Niels
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 10371_TYPO3_trunk.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090206/c5c38875/attachment.txt
More information about the TYPO3-team-core
mailing list