Actions
Bug #57467
closedpage.includeCSSLibs doesn't work
Start date:
2014-03-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
This TypoScript setup doesn't include external CSS:
page { includeCSSLibs { bootstrap = //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css bootstrap.external = 1 } }
This on with includeCSS work:
page { includeCSS { bootstrap = //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css bootstrap.external = 1 } }
Actions