Formatting MOs' comments

Hi,

I would like to format MOs' comments with some options. As of now all we get PPRINT and a white-space after the PPRINT major word and then comment text string.
For example if I have comment inside the MO's description
'Rough Pocket.1'

It comes out in aptsource like this with a white-space after
PPRINT 'Rough Pocket.1'

It causes a problem in my post-processor

But it works out fine if it can be output like this
PPRINT/'Rough Pocket.1'

or like this
PPRINT/ 'Rough Pocket.1'

In other words if there are single quotes used around the comment then a white-space between PPRINT major word and the comment causes a problem.

I would like to know if we can set the format for the MOs' comments somewhere in the PPtable?

Thanks.

Edit: Added image SSC.2021.12.21