Merge branch 'next' into image-management
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 10 Jan 2011 19:16:25 +0000 (20:16 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 10 Jan 2011 19:16:25 +0000 (20:16 +0100)
1  2 
src/main/resources/templates/insert/sone.xml

@@@ -2,6 -2,7 +2,7 @@@
  <sone>
  
        <time><% currentSone.time></time>
+       <protocol-version>0</protocol-version>
  
        <client>
                <name>Sone</name>
                <%/foreach>
        </reply-likes>
  
 +      <albums>
 +              <%foreach currentSone.albums album>
 +              <%include insert/include/album.xml>
 +              <%/foreach>
 +      </albums>
 +
  </sone>