Merge pull request #3519 from dmitrylyzo/fix-escapehtml
Escape HTML (cherry picked from commit ef811e699ca4473b2548badb6295256bccb82ea9) Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
@@ -246,7 +246,7 @@ import template from './itemidentifier.template.html';
|
||||
} else {
|
||||
html += '<div class="cardText cardText-secondary cardTextCentered">';
|
||||
}
|
||||
html += escapeHtml(lines[i]) || ' ';
|
||||
html += escapeHtml(lines[i] || '') || ' ';
|
||||
html += '</div>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user