Custom document template with a LBF field is generating an area text field with a numbered lists with line breaks

Situation
I have created a custom odt template, one of its fields is an area text that will show a numbered list of recommendations.
In the LBF it shows as multiple lines text.
When I go to patient document tab, select my template and fetch it, it will create a document with the recommendation field as if each list item is appended to each other.
OpenEMR Version
I’m using OpenEMR version 7.0.1

Browser:
I’m using: Chrome latest version

Operating System
I’m using: Ubuntu 22.04

Search
Did you search the forum for similar questions? Yes.

Logs
Did you check the logs?
Was there anything pertinent in them?
Please paste them here (surround with three backticks (```) for readability.
You can also turn on User Debugging under Administration->Globals->Logging User Debugging Options=>All

Logs shows each field selected. Web developer tools show in network that interface/patient_file/download_template.phpwas executed with a 200 response.

I was able to find a fix to bug #6868, pull request is under review.