longlostnick / bootstrap-growl

Pretty simple jQuery plugin that turns standard Bootstrap alerts into "Growl-like" notifications.
http://ifightcrime.github.io/bootstrap-growl
MIT License
806 stars 207 forks source link

XHTML compatible Entity for × #69

Closed edelbluth closed 7 years ago

edelbluth commented 8 years ago

This changes × to × (the "close growl" symbol in this case).

The entity × is not a valid entity for an XHTML document – and opening a growl would produce an error while trying to attach the growl to the document. The entity × is the numerical representation of ×, and can be used in HTML and XHTML documents. This makes bootstrap-growl wider usable.