XF 1.5 How to remove "," between images

younes

Active member
Hello guys
I have set a field in my forum to show small icon in user info area
Code:
<img src="styles/default/xenforo/softwareicons/{$choice}.png" class=""
style="width: 18px;height: 18px;" alt="{$choice}"
title="{$choice}">
it's working good, but i have comma between images

icon.webp

How to remove these Commas? :D
Thanks (y)
 
How have you defined the custom user field?
It's possible the comma is being added in the code.

Can you post a link to that profile?
 
Top Bottom