creator/scripts/notepadEx.creatorxml
changeset 28 4cc0d1a608c1
parent 0 d6fe6244b863
--- a/creator/scripts/notepadEx.creatorxml	Fri May 14 16:10:39 2010 +0300
+++ b/creator/scripts/notepadEx.creatorxml	Tue Jun 01 14:40:54 2010 +0300
@@ -1,27 +1,27 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<creatorscript schemaVersion="1.0" scriptVersion="1.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:noNamespaceSchemaLocation="creator.xsd">
-
-<!-- Create a note -->
-<note>
-    <fields>
-        <text>This is a Creator example note!</text>
-    </fields>
-</note>
-        
-<!-- Create 3 random notes with default content -->
-<note amount="3">
-    <fields>
-        <text/>
-    </fields>
-</note>
-
-<!-- Create a random note with maximum length -->
-<note>
-    <fields>
-        <text randomlength="max"/>
-    </fields>
-</note>
-
-</creatorscript>
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+<creatorscript schemaVersion="1.0" scriptVersion="1.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:noNamespaceSchemaLocation="creator.xsd">
+
+<!-- Create a note -->
+<note>
+    <fields>
+        <text>This is a Creator example note!</text>
+    </fields>
+</note>
+        
+<!-- Create 3 random notes with default content -->
+<note amount="3">
+    <fields>
+        <text/>
+    </fields>
+</note>
+
+<!-- Create a random note with maximum length -->
+<note>
+    <fields>
+        <text randomlength="max"/>
+    </fields>
+</note>
+
+</creatorscript>