CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #31914

CSS inclusion is not XHTML valid

Added by Torben Hansen over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2011-11-18
Priority:Should have Due date:
Assignee:Stefan Froemken % Done:

100%

Category:-
Target version:-
Votes: 0

Description

The CSS inclusion is not XHTML valid, since there is an extra space before the closing tag.

$GLOBALS['TSFE']->additionalHeaderData[$this->prefixId.'_css'] = '<link rel="stylesheet" type="text/css" href="'.$cssFile.'" / >';

should be replaced by this

$GLOBALS['TSFE']->additionalHeaderData[$this->prefixId.'_css'] = '<link rel="stylesheet" type="text/css" href="'.$cssFile.'" />';

History

Updated by Stefan Froemken over 1 year ago

  • Status changed from New to Resolved
  • Assignee set to Stefan Froemken
  • % Done changed from 0 to 100

Hello Torben,

I have solved this problem in current SVN allready.

Stefan

Also available in: Atom PDF