"Format and Indent" problem?

Having trouble installing Oxygen? Got a bug to report? Post it all here.
ssknet
Posts: 2
Joined: Sun Oct 25, 2009 3:18 pm

"Format and Indent" problem?

Post by ssknet »

HTML file make by Oxygen XML Editor, and click "Format and Indent" bottom.
Then, next line
<script type="text/javascript" src="./xxx.js"></script>
is change to
<script type="text/javascript" src=".xxx.js"/>
However, unfortunately not display any contents by browser Firefox 3.5.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: "Format and Indent" problem?

Post by sorin_ristache »

Hello,

Select the option Expand empty elements from menu Options -> Preferences -> Editor -> Format XML for keeping the tags

Code: Select all

<script type="text/javascript" src="./xxx.js"></script>

Regards,
Sorin
ssknet
Posts: 2
Joined: Sun Oct 25, 2009 3:18 pm

Re: "Format and Indent" problem?

Post by ssknet »

Thanks a lot.
I set "Expand empty elements". I am all rights.
Post Reply