How do I change the default file extemsion

pinEdit WP

How do I change the default file extemsion


Jeff 10-06-2006, 7:48

Is there a way to change the default file extension to htm instead of html when saving a file?

test.htm

Re: How do I change the default file extemsion


Pintexx Support 10-07-2006, 6:12

Hi,

it is currently not confiurable.

But you can edit the file

editor/server/xxx/dialog.html.

In function process change this line

fileName = fileName + ".html";

into

fileName = fileName + ".htm";

Regards,
Hans-Peter