The entity "nbsp" was referenced, but not declared

josh_brostoff
Giga Contributor

I am creating a monthly ServiceNow release splash page, however, when I try and do line break or spaces on my knowledge article which the splash page pulls from, I get the following error "The entity "nbsp" was referenced, but not declared."Is there a way to define that entity in the HTML so it doesnt give that error?

Screen Shot 2016-12-12 at 1.22.14 PM.png

Screen Shot 2016-12-12 at 1.22.27 PM.png

3 REPLIES 3

darius_koohmare
ServiceNow Employee
ServiceNow Employee

Have you tried replacing &nbsp with <br />


davidpinheiro
Tera Contributor

an alternative to &nbsp is &#160;


This worked. Thank you!