HubSpot / vex

A modern dialog library which is highly configurable and easy to style. #hubspot-open-source
http://github.hubspot.com/vex/docs/welcome
MIT License
6.92k stars 493 forks source link

less than sign in message #227

Closed buaahsh closed 7 years ago

buaahsh commented 7 years ago

Here is my code:

vex.dialog.open({
     message: 'Enter your passage (<800 words)',
...

In the dialog, it changes to 'Enter your passage ( & lt;800 words)'

buaahsh commented 7 years ago

use unsafeMessage instead of message