Prescription Dispense label text error

Situation
After an upgrade to openemr 5 we started to have a print error for the prescription label dispense capability. The labels print, but there is html text at the end of the description line that should not be there. I have checked the prescription class file and do not see that this is where error is occurring. I suspect that somehow our mysql database is storing the corrupted text where the html got messed up?

OpenEMR Version
I’m using OpenEMR version 5.02-4

Browser:
Chrome/Firefox latest editions

Operating System
Ubuntu 20 for server, Win 7/10 for client end

Logs
Did you check the logs? Was there anything pertinent in them? Paste them here (surround with three backticks (```) for readability Do not see any errors in log files. Labels generate, the text is where error is at label generation. Thanks

I don’t think the HTML is coming from the database, its probably coming from the text file that is being called when printing the forms. If you look at the class file and see what file in being pulled, that might help. I’m finishing up a project but can take some time in a bit if the above clue doesn’t help.