/* Test 1) Working example Output: aaa - bbb */ page = PAGE page { 10 = TEXT 10.value = aaa 20 = TEXT 20.value = bbb 20.noTrimWrap = | - || } /* Test 2) Bug with noTrimWrap Output first Image: aaa -bbb Output of following Images: aaabbb */ page = PAGE page { 20 = FILES 20 { folders = 1:gallery/ renderObj = COA renderObj { 10 = TEXT 10.value = aaa 20 = TEXT 20.value = bbb 20.noTrimWrap = | - || } } } /* Test 3) The Position of the noTrimWrap doesn't matter. The Problem appears always. Here is an other Example. Output first Image: Output of following Images: */ page = PAGE page { 20 = FILES 20 { folders = 1:gallery/ renderObj = COA renderObj { 10 = IMAGE 10 { file = fileadmin/gallery/A_Desert.jpg stdWrap.typolink.parameter = 1 stdWrap.typolink.ATagParams.cObject = COA stdWrap.typolink.ATagParams.cObject { 30 = COA 30 { stdWrap.noTrimWrap= | title="|" | 10 = TEXT 10.value = aaa 20 = TEXT 20.value = bbb 20.noTrimWrap = | x-y || } } } } } }