From 034193dbb973f116f73ca6fc77e890269225e752 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 7 Mar 2011 03:35:48 +0530 Subject: [PATCH] and the templates get ugly to do line-breaks correctly --- itf/templates/bestpractices/BestPractice/info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/templates/bestpractices/BestPractice/info.html b/itf/templates/bestpractices/BestPractice/info.html index b3e100c..2431f4c 100644 --- a/itf/templates/bestpractices/BestPractice/info.html +++ b/itf/templates/bestpractices/BestPractice/info.html @@ -1,7 +1,7 @@
Story: {{html tmplToHtml(story)}}

{{each stories}} - Story ${$index + 1}: ${$value.text} + Story ${$index + 1}: {{html tmplToHtml(${$value.text})

{{/each}}