Unplanned
Last Updated: 01 Nov 2021 13:22 by ADMIN
Sherri
Created on: 01 Nov 2021 13:18
Type: Bug Report
1
HTML is evaluated as invalid

Consider the following expression of HtmlTextBox:

= " <span style="text-decoration: underline">hello</span>"

It is evaluated as invalid due to the quotes. However, it works if you replace the inner ones with single quotes:

= " <span style="text-decoration: underline">hello</span>"

0 comments