Project

General

Profile

Actions

Bug #20437

closed

Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_db_navframe.php

Added by Patrick Broens over 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-05-16
Due date:
% Done:

0%

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

Description

Branches: Trunk

This is an issue related to a bigger cleanup, regarding the following problems. The reason of separating the overall into smaller ones is that it is easier to revert them in case of problems.

Problems:
Although we once decided to switch to XHTML 1.0 Transitional, there are some errors with "br" tags.
  • there are still a lot of "br" tags in the core where no ending is defined for the singleton tag.
  • there are some "br" tags where the slash is next to the "r" without the space between the "r" and the slash.
  • uppercase tags

Solution:
Change these tags with the proper markup.

(issue imported from #M11106)


Files

20090516_RFC_11106.diff (788 Bytes) 20090516_RFC_11106.diff Administrator Admin, 2009-05-18 18:09

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #20451: Validation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/alt_doc.phpClosedPatrick Broens2009-05-18

Actions
Actions #1

Updated by Patrick Broens over 15 years ago

committed to trunk, rev 5494.

Actions

Also available in: Atom PDF