Reply
Regular Contributor
cinov8
Posts: 33

Apex Messages always have a bullet point

This is probably an easy question, but every time I output an error (custom or default) it always shows up on my page in bullet point format.  Is there a way to just output the text without the bullet point?
Trusted Contributor
MATTYBME
Posts: 395

Re: Apex Messages always have a bullet point

Have you tried not including the severity attribute?
Regular Contributor
mattdarnold
Posts: 67

Re: Apex Messages always have a bullet point

Can you post the code you're using to output your error message? I've been creating some error messages with ApexPages.message and it outputs without bullet points.