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 } }
Updated by Markus Klein over 10 years ago
- Category set to TypoScript
- Status changed from New to Accepted
- Priority changed from Should have to Must have
- Target version set to next-patchlevel
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28997
Updated by Markus Klein over 10 years ago
- Complexity set to no-brainer
- Is Regression changed from No to Yes
Updated by Markus Klein over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d40ef8655fede717ae55c87fafd8fb20604b0ae7.
Actions