Skip to content

Commit b042542

Browse files
bfederleSalvatore Orlando
authored andcommitted
Sanitize list view input rendering
1 parent 3b46904 commit b042542

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ui/scripts/ui/widgets/listView.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,6 @@
791791
if (field.converter) {
792792
content = _l(field.converter(content, dataItem));
793793
}
794-
795794
if (field.editable) {
796795
$td.html(_s(content));
797796
createEditField($td).appendTo($td);

0 commit comments

Comments
 (0)