Przeglądaj źródła

Merge pull request #1239 from dottenbr/formatter_fix

formatter fix for '<table' recognition
version-14
Rushabh Mehta 10 lat temu
rodzic
commit
20ffbd4dbb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frappe/public/js/frappe/form/formatters.js

+ 1
- 1
frappe/public/js/frappe/form/formatters.js Wyświetl plik

@@ -92,7 +92,7 @@ frappe.form.formatters = {
},
Text: function(value) {
if(value) {
var tags = ["<p", "<div", "<br"];
var tags = ["<p", "<div", "<br", "<table"];
var match = false;

for(var i=0; i<tags.length; i++) {


Ładowanie…
Anuluj
Zapisz