From 9831a5361e764e040e9379de98d656bb863e6b96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 14 Oct 2010 18:10:54 +0200 Subject: [PATCH] Add key and name of the posting Sone to all replies. --- src/main/resources/templates/insert/sone.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/templates/insert/sone.xml b/src/main/resources/templates/insert/sone.xml index 948b29f..83969fa 100644 --- a/src/main/resources/templates/insert/sone.xml +++ b/src/main/resources/templates/insert/sone.xml @@ -25,6 +25,8 @@ <% reply.id> <% reply.post.sone.requestUri|html> + <% reply.post.sone.requestUri|html> + <% reply.post.sone.niceName|html> <% reply.post.id> <% reply.text> -- 2.7.4