Browse Source

Merge pull request #12274 from this-gavagai/form-title-fix

version-14
Prssanna Desai 4 years ago
committed by GitHub
parent
commit
6b4ed06527
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/list/list_view.js

+ 1
- 1
frappe/public/js/frappe/list/list_view.js View File

@@ -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>`;
};


Loading…
Cancel
Save