Create document : the note is in HTML
This commit is contained in:
parent
352e170647
commit
0a1d48777e
1 changed files with 1 additions and 1 deletions
|
|
@ -1757,7 +1757,7 @@ class Document
|
|||
}
|
||||
return $ret;
|
||||
case 'NOTE':
|
||||
return $p_array['jrn_note_input']??"";
|
||||
return strip_tags(html_entity_decode($p_array['jrn_note_input']??""));
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue