Resolved! Line Breaks (<br/>) in UI Pages duplicating
I'm trying to create a UI Page to display some information off the group form. However when I try to split a line using a <br/> tag, when it renders it is duplicated. UI Page Code:<j2:while test="$[groups.next()]"> <tr> <td>$[groups.name]</t...
