Treating description as HTML as it has been properly escaped when added to the SlickGrid DataView

Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
This commit is contained in:
Aldrin Piri 2015-02-08 21:37:20 -05:00 committed by Matt Gilman
parent d36a71c25c
commit 1dc879c131
1 changed files with 1 additions and 1 deletions

View File

@ -975,7 +975,7 @@ nf.CanvasToolbox = (function () {
if (nf.Common.isBlank(processorType.description)) {
$('#processor-type-description').attr('title', '').html('<span class="unset">No description specified</span>');
} else {
$('#processor-type-description').text(processorType.description).ellipsis();
$('#processor-type-description').html(processorType.description).ellipsis();
}
// populate the dom