Project

General

Profile

Actions

Bug #20313

closed

Produced tables form pi_base are not XHTML Strict valid

Added by Stefano Kowalke about 15 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-04-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

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;"

This bug was mentioned here [1] already.

[1] http://bugs.typo3.org/view.php?id=981
(issue imported from #M10905)


Files

class.tslib_pibase.php.diff (1.08 KB) class.tslib_pibase.php.diff Administrator Admin, 2009-04-15 14:16

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #14672: class.tslib_pibase.php: Improve list of result pagesClosed2005-04-14

Actions
Actions #1

Updated by Alexander Opitz almost 11 years ago

  • Category deleted (Communication)
  • Status changed from New to Needs Feedback
  • Target version deleted (0)

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback for over 90 days.

Actions

Also available in: Atom PDF