From 58dde6087d9730eff5ba51878af8777916332f0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 14 Oct 2010 11:48:29 +0200 Subject: [PATCH] Iterate over correct posts list. --- src/main/resources/templates/insert/sone.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index b6668d6..f55a584 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -10,7 +10,7 @@ - <%foreach posts post> + <%foreach currentSone.posts post> <% post.text|html> -- 2.7.4