Skip to content

Add [innerHTML] to due date and tip text spans and remove direct variable text inside the span.

Mitchell D Hanson requested to merge inner-html into master

Fix display issue on due date text and tip text. They will now display properly formatted html instead of escaped / ampersand encoded html characters by using [innerHTML].

Merge request reports