Fix name of URI XML nodes.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 27 Oct 2010 17:43:09 +0000 (19:43 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 27 Oct 2010 17:43:09 +0000 (19:43 +0200)
src/main/resources/templates/backup.xml

index d844fbb..5f3340d 100644 (file)
@@ -4,8 +4,8 @@
        <id><% currentSone.id|xml></id>
        <name><% currentSone.name|xml></name>
        <time><% currentSone.time|xml></time>
-       <requestUri><% currentSone.requestUri|xml></requestUri>
-       <insertUri><% currentSone.insertUri|xml></insertUri>
+       <request-uri><% currentSone.requestUri|xml></request-uri>
+       <insert-uri><% currentSone.insertUri|xml></insert-uri>
 
        <profile>
                <first-name><% currentSone.profile.firstName|xml></first-name>