From 346ea9e352e744b4efe5f117cd98edb23a774bb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 14 Oct 2010 12:22:17 +0200 Subject: [PATCH] Change formatting. --- src/main/resources/templates/insert/sone.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 6818445..a0fc281 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -12,10 +12,11 @@ <%foreach currentSone.posts post> - - - <% post.text|html> - + + <% post.id> + + <% post.text|html> + <%/foreach> -- 2.7.4