[TYPO3-core] RFC #9095: xhtml in the backend by default
Ernesto Baschny [cron IT]
ernst at cron-it.de
Fri Aug 1 09:45:48 CEST 2008
Hi Benni,
+1 from reading! Good idea!
Just fix this comment:
- var $docType = ''; // Doc-type used in the header. Default is HTML
4. You can also set it to 'strict', 'xhtml_trans', or 'xhtml_frames'.
+ var $docType = ''; // Doc-type used in the header. Default is HTML
4. You can also set it to 'html_3', 'xhtml_strict', 'xhtml_trans', or
'xhtml_frames'.
The text "Default is HTML 4" should be updated too. The comment was not
right as is, because as it looks like default has been always HTML 3.2. :)
Cheers,
Ernesto
Benjamin Mack wrote: on 01.08.2008 02:41:
> Hey all,
>
> this is a SVN patch request.
>
> Branches: trunk only
>
> Type: pure cleanup
>
> BT reference: http://bugs.typo3.org/view.php?id=9095
>
> Problem: 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.
>
> Solution:
> Set the default in the switch/case to xhtml_trans and remove all the
> occurences in the core where this is set manually.
>
> Notes:
> This does not change any functionality for anything in the core and if
> extensions still use this flag, nothing changes for them as well, it
> just makes the core code more readable and more compact in my eyes.
>
More information about the TYPO3-team-core
mailing list