Project

General

Profile

Actions

Bug #19179

closed

xhtml in the backend by default

Added by Benni Mack over 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-08-01
Due date:
% Done:

0%

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

Description

Well, if you look at the code of the BE classes, you see that there are many places where the template.php class is instantiated and then the xhtml doktype is set. as we all agreed to have xhtml as default, let's set this as default in template.html and get rid of all the lines that clutter our code to make it easier to read and to "not-have-to-think-about-adding-this-line" when coding new stuff.

(issue imported from #M9095)


Files

20080723_xhtml_by_default.patch (37.2 KB) 20080723_xhtml_by_default.patch Administrator Admin, 2008-08-01 02:34
20080814_xhtml_by_default.patch (37.3 KB) 20080814_xhtml_by_default.patch Administrator Admin, 2008-08-14 16:44

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #20343: default $headerStart in template.php is HTML 3.2 instead of HTML 4ClosedChristian Kuhn2009-04-22

Actions
Actions #1

Updated by Christian Kuhn over 15 years ago

Attached a new patch to fix issues mentioned by Ernesto, Oliver and Dmitry in core list:
- Align break; with code in typo3/template.php
- Fix comment of $docType in typo3/template.php
- Add fallthrough comment to switch in typo3/template.php
- Fixed a failing Hunk in typo3/alt_file_navframe.php

Actions

Also available in: Atom PDF