I use this design to display one image:

[[!getImageList? &tvname=`nameoftv` &outputSeparator=`` &tpl=`@CODE:<img src="[[+image]]">` &limit=`1` &docid=`[[+id]]` ]] 

At the output I get this:

 <img src=" image/url.jpg"> 

Where could the line break come from?

    1 answer 1

    Check the value itself [[+image]] that is stored in the database - maybe there is a line feed. He has nowhere else to take.