I have a data window which I am saving as html. In making some revisions to the application I have noticed a difference in the output html file. The pre change version of the html has the title tag as
<title>Order Inspections<title>
The post change version shows it as
<title></title>
How do I get the original version back again?
This a client server app, PB 2017 R3.