Description: & are replaced by '&' - cf. ' &h &o literal notations ' patch file for example https://gerrit.libreoffice.org/c/help/+/85590 Steps to Reproduce: 1. Paste patch#85590 .xhp file in the editor 2. Render XHP, display is fine 3. Check XHP, modified lines are caught Actual Results: Initial rendering works fine Subsequent attempts fail Expected Results: Rendering or checking modify XHP file content Reproducible: Always User Profile Reset: No Additional Info: XHP file should not be modified Previous XHP Editor version does not modifiy XHPs
ok. Need to find a way to escape & in textarea.
Olivier Hallot committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/contrib/dev-tools/commit/0d1b7db3fcc4ea9f52131ef943ab445770ce6df8 tdf#130013 Prevent entities to be converted in textarea
tested ok