Problem with blank spaces and constructed lists

Problem in Sawtooth Lighthouse Studio 9.15.0:

I’ve created a MaxDiff list with 25 items, where some items have additional explanations provided via a tooltip (shown as an "i" icon with a mouseover effect). When displaying the full list of 25 items, everything aligns correctly, with the tooltips appearing as expected.

Later in the survey, I use a grid question where respondents choose options (1, 2, or 3) from this MaxDiff list. Based on their responses, I display a personalized constructed list (LFKmusthaves) showing items they selected as “1,” formatted with bullet points.

Issue: If an item includes a tooltip, an extra blank line appears in the constructed list. The bullet appears on one line, followed by the item (with the tooltip) on the next. Items without tooltips display correctly.

Desired Outcome: I want to remove the blank line caused by the tooltip, ensuring all items (with or without tooltips) display properly as single bullet-pointed lines.

Can someone help solve this?


The code for the question where the LFKmusthaves list shows wrong:

<b>Je hebt zojuist jouw must-haves voor een camperverzekering geselecteerd.<br /> </b>

<br />

[% FormatListLabels (LFKmusthaves, "<li>", "</li>"  ) %]

<br />

<br />

<b>Als een camperverzekering precies deze must-haves biedt tegen een marktconforme prijs, zou je deze afsluiten?</b>

Screenshot with blank lines:

1 reply