Bug #37420
closedimage captions are not separated one line per image but all lines for all images!?
100%
Description
If you have a text-with-image-item (perhaps also with "only images"!?) and you decide to display two (or more) images and one image description for each (one per line!?) the frontend will show all descriptions beyond all images instead the first row for the first picture and the second line fpr the second picture!?
Updated by Kurt Kunig over 12 years ago
- % Done changed from 0 to 100
Sorry sorry!!!
I found a manipulation of "tt_content.image.20.caption" un my "old" Typoscript:
tt_content.image.20.caption {
1 = TEXT
1 {
field = imagecaption
required = 1
parseFunc =< lib.parseFunc
br = 0
fontTag = <span class="csc-caption">|</span>
wrapAlign.field = imagecaption_position
}
}
This was the reason and not the 4.7.1 version of TYPO3 core!
Sorry for the inconvenience!