Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2011-12-16 02:16:40 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-12-16 03:43:22 +0400
commit61f7c02f9ddbb2d2d3dbd4545fa2b185ab23efdd (patch)
tree8268e25aaec082927b9d5239bdbca9a0bebe9a23 /main/src/core/MonoDevelop.Ide/templates
parent2e4916cdcb36cede53714fcc5625bd6473135c0c (diff)
[Ide] Empty XML file template should have XML declaration
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/templates')
-rw-r--r--main/src/core/MonoDevelop.Ide/templates/EmptyXMLFile.xft.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/templates/EmptyXMLFile.xft.xml b/main/src/core/MonoDevelop.Ide/templates/EmptyXMLFile.xft.xml
index 2ef7c49211..4257807273 100644
--- a/main/src/core/MonoDevelop.Ide/templates/EmptyXMLFile.xft.xml
+++ b/main/src/core/MonoDevelop.Ide/templates/EmptyXMLFile.xft.xml
@@ -9,7 +9,10 @@
</TemplateConfiguration>
<TemplateFiles>
- <File DefaultExtension=".xml" DefaultName="EmptyXmlFile" />
+ <File DefaultExtension=".xml" DefaultName="EmptyXmlFile">
+<![CDATA[<?xml version="1.0" encoding="UTF-8" ?>
+]]>
+ </File>
</TemplateFiles>
<FileOptions/>