Remove unnecessary CDATA
authorMatthias Schmidt <gravatronics@live.com>
Sun, 31 Jul 2016 16:03:03 +0000 (18:03 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 31 Jul 2016 16:03:03 +0000 (18:03 +0200)
defaultStyle/style.xml

index 649bc67cf7636a82b79d0942c0b1fc5b269a759c..128b94a4a45e9cfbc4f25b14a970ba1c7c5091f1 100644 (file)
@@ -1,20 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <style xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/style.xsd">
        <general>
-               <stylename><![CDATA[Lantia Default Style]]></stylename>
-               <date><![CDATA[2015-10-22]]></date>
-               <copyright><![CDATA[WoltLab GmbH]]></copyright>
-               <license><![CDATA[GNU Lesser General Public License]]></license>
+               <stylename>Lantia Default Style</stylename>
+               <date>2015-10-22</date>
+               <copyright>WoltLab GmbH</copyright>
+               <license>GNU Lesser General Public License</license>
                <version>3.0.0 Alpha 1</version>
-               <image><![CDATA[stylePreview-defaultStyle.png]]></image> 
+               <image>stylePreview-defaultStyle.png</image> 
        </general>
        
        <author>
-               <authorname><![CDATA[Alexander Ebert, Marcel Werk]]></authorname>
-               <authorurl><![CDATA[https://www.woltlab.com]]></authorurl>
+               <authorname>Alexander Ebert, Marcel Werk</authorname>
+               <authorurl>https://www.woltlab.com</authorurl>
        </author>
        
        <files>
-               <variables><![CDATA[variables.xml]]></variables>
+               <variables>variables.xml</variables>
        </files>
 </style>