Format and Indent changes a " into &"
Posted: Fri Jul 25, 2003 9:05 am
Using Oxygen2.0.2.
The "Format and Indent" (Ctrl+Shit+P) mistakenly changes quoation mark character (") in text nodes into &" .
For example:
is changed to
The "Format and Indent" (Ctrl+Shit+P) mistakenly changes quoation mark character (") in text nodes into &" .
For example:
Code: Select all
<svg:desc>pos="1"</svg:desc>
Code: Select all
<svg:desc>pos=&;1&;</svg:desc>
Code: Select all