I created my own theme, but when I add a block of code to the HTML and save it, then come back to it, its got the code I added doubled.
I created my own theme, but when I add a block of code to the HTML and save it, then come back to it, its got the code I added doubled.
correction, xml
Can you share the code that you are trying to add and maybe a screen shot of how it looks when you see the code twice?
Ya. Here is the code that it should be 
 precode 
   <selector name=".customTextBox"> 
     <property name="-moz-border-radius">0px</property> 
     <property name="-webkit-border-radius">0px</property> 
     <property name="border-radius">0px</property> 
   </selector> 
   <selector name=".customButton"> 
     <properties> 
       <property name="-moz-border-radius">5px</property> 
       <property name="-webkit-border-radius">5px</property> 
       <property name="border-radius">5px</property> 
     </properties> 
   </selector> 
 /code/pre 
  
  
  
  
  
  
  
 
That's a bug..