Actions
Bug #65170
closedRTE: Include of RTE.default.contentCSS fails when path has leading slash
Start date:
2015-02-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi Stanislas,
i just stumbled over a problem with the integration of my custom css for the rte. I used to include it like this for a few years now.
RTE.default.contentCSS = /typo3conf/ext/base_template/Resources/Public/Stylesheets/rte.css
This worked fine up to TYPO3 6.2.6. Since 6.2.7 it stopped working and I have to remove the leading slash of the path to get it working again.
RTE.default.contentCSS = typo3conf/ext/base_template/Resources/Public/Stylesheets/rte.css
Don't know if I used it wrong the last years, or if this is a bug since 6.2.7.
Regards,
Tobi
Actions