Actions
Bug #56802
closedf:image returns wrong image path if absRefPrefix is set
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-03-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
TypoScript
config.absRefPrefix = /
Fluid Template
<f:image src="EXT:basepackage/Resources/Public/Images/YouTube-logo.png" alt="YouTube Channel" />
Fe Output
<img alt="YouTube Channel" src="//typo3conf/ext/basepackage/Resources/Public/Images/YouTube-logo.png" width="77" height="32">
Note the two slashes at the beginning of the path.
Working on current master.
Updated by Frans Saris over 10 years ago
- Status changed from New to Accepted
Could you check if this is still a bug on current master? #56927 should have fixed this.
Updated by Frans Saris over 10 years ago
- Status changed from Accepted to Needs Feedback
Updated by Frans Saris over 10 years ago
- Status changed from Needs Feedback to Resolved
Actions