Change formatting.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 10:22:17 +0000 (12:22 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 14 Oct 2010 10:22:17 +0000 (12:22 +0200)
src/main/resources/templates/insert/sone.xml

index 6818445..a0fc281 100644 (file)
 
        <posts>
                <%foreach currentSone.posts post>
-                       <post>
-                               <time><% post.time></time>
-                               <text><% post.text|html></text>
-                       </post>
+               <post>
+                       <id><% post.id></id>
+                       <time><% post.time></time>
+                       <text><% post.text|html></text>
+               </post>
                <%/foreach>
        </posts>