[TYPO3-core] RFC: #10905: Produced tables from pi_base are not XHTML Strict valid
Stefano Kowalke
blueduck at gmx.net
Wed Apr 15 14:22:11 CEST 2009
Hi,
this is a SVN patch request.
Type: Bugfix
Bugtracker references:
http://bugs.typo3.org/view.php?id=10905
Branches: 4.2, trunk
Problem:
The function pi_list_browseresults() in class.tslib_pibase.php produces
a table for the Back/Next/... links in the pagebrowser. The <td>-tag
have the attribute nowrap="nowrap" which is valid for XHTML Trans but
not for the strict version of XHTML.
Solution:
Switch from nowrap="nowrap" to style="white-space: nowrap;"
Additional Info:
This bug was mentioned here [1] already.
[1] http://bugs.typo3.org/view.php?id=981
Cheers,
Stefano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: class.tslib_pibase.php.diff
Type: text/x-diff
Size: 1101 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090415/68a63606/attachment.diff
More information about the TYPO3-team-core
mailing list