diff options
author | Karlson2k <k2k@narod.ru> | 2013-10-25 22:12:55 +0400 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2013-10-27 01:15:41 +0400 |
commit | 8e55d7df77cf7abc3688eefc73d9a03201707b6c (patch) | |
tree | c9ee4dbaa847b54e4eeef9a0fa85196e9b945d90 /sounds | |
parent | 1feb7a278d8b31da855bcd467f0311e4806febec (diff) |
Add proper "<?xml ..." declaration to most .xml files
Diffstat (limited to 'sounds')
-rw-r--r-- | sounds/Bursting Bubbles/sounds.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sounds/Bursting Bubbles/sounds.xml b/sounds/Bursting Bubbles/sounds.xml index 9a9b3ce5c8..cc25b68f59 100644 --- a/sounds/Bursting Bubbles/sounds.xml +++ b/sounds/Bursting Bubbles/sounds.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- This file contains the mapping of actions to sounds --> <!-- The <actions> section contains global mapping --> |