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

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an