Create document : the note is in HTML

This commit is contained in:
sparkyx 2025-12-19 14:05:53 +01:00
parent 352e170647
commit 0a1d48777e

View file

@ -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']??""));