diff options
author | louis <louis.braun@gmx.de> | 2015-01-24 10:47:47 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-24 10:47:47 +0100 |
commit | a74cb93163146e547abc641638874697904672e5 (patch) | |
tree | 5ade879d4ad7808cfb8eca6ad2bd40636a4fa22b /dtd | |
parent | 5733a499407a11b095887e06df09c4e5d6debeda (diff) | |
download | vdr-plugin-skindesigner-a74cb93163146e547abc641638874697904672e5.tar.gz vdr-plugin-skindesigner-a74cb93163146e547abc641638874697904672e5.tar.bz2 |
introduced globals.xml in skinpath, theme.xml in theme path
Diffstat (limited to 'dtd')
-rw-r--r-- | dtd/globals.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dtd/globals.dtd b/dtd/globals.dtd index e6246d6..d7a463c 100644 --- a/dtd/globals.dtd +++ b/dtd/globals.dtd @@ -1,6 +1,6 @@ <?xml encoding="UTF-8"?>
-<!ELEMENT globals (colors,variables,translations,fonts)>
+<!ELEMENT globals (colors | variables | translations | fonts)*>
<!ELEMENT colors (color)*>
<!ELEMENT variables (var)*>
<!ELEMENT translations (token)*>
|