Strange behavior with an html creator project

I removed the html tab < p > (and its friend < / p >) from my html report generator, but the file still holds "< p ><table " instead of "<table ".

So, I asked the Xojo IDE to find < p > and there are none.

I created a pdf with the project source, load it with Preview and search for “< p >” and found nothing.

I asked Xojo to clears it’s cache.

I also asked to find “<table” in the code source (same as described above) and nothing: no “< p >” appears anywhere.

Of course the searches were done without the quotes.

Now, I do not know (beside remove them with TextEdit) how to achieve this simple goal / I have no idea to do that (except a Remove All in the TextArea before saving the text file into an html file).

I also made a search for “<p” (without the ending “>”, just in case… in vain.

BTW: the html file cannot write in a previous version AND I deleted the new version before loading it in Firefox. And I can see in the Xojo generated application TextArea that pesky “< p >”…

Do you have idea(s) ?

WARNING: the Forum software replace the html tag with an EndOfLine, so I had to add spaces so you can see what I am talking about (“< p >” instead of
image
)

I found it in an imported text file.

This proves Xojo does not search in them / does not print them when asked to Print to PDF the whole project.

To be clear, here’s a screen shot on the relevant part of the Navigation pane (Xojo IDE left pane):