Vorsicht: Der Bodytext enthält HTML-Tags. Entweder Du entfernst diese:
10 = TEXT
10 {
field = bodytext
crop = 80 | ... | 1
stripHtml = 1
}
Oder Du cropst unter Beachtung der HTML-Tags:
10 = TEXT
10 {
field = bodytext
crop = 80 | ... | 1
# TYPO3 > 4.3
cropHTML = 1
}
--
LG Lina