Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
anoopmb
/
frappe
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
formatter fix for '<table' recognition
version-14
Dominik
10 anos atrás
pai
6e6a469a09
commit
90c7e96552
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
frappe/public/js/frappe/form/formatters.js
+ 1
- 1
frappe/public/js/frappe/form/formatters.js
Ver arquivo
@@ -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++) {
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar