Prssanna Desai
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
frappe/public/js/frappe/list/list_view.js
|
|
@@ -762,7 +762,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList { |
|
|
|
} |
|
|
|
|
|
|
|
return `<span class="ellipsis" |
|
|
|
title="${__(label)}: ${escape(_value)}"> |
|
|
|
title="${__(label)}: ${frappe.utils.escape_html(_value)}"> |
|
|
|
${html} |
|
|
|
</span>`; |
|
|
|
}; |
|
|
|