From 124c8752849ded9c48a5a2166a8b3d63e227c9ed Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 21 Oct 2011 03:03:38 +0100 Subject: [PATCH] linebreaksbr foo --- itf/templates/modules/bestpractices/bestpractice.html | 2 +- itf/templates/modules/bestpractices/bestpracticefaq.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/itf/templates/modules/bestpractices/bestpractice.html b/itf/templates/modules/bestpractices/bestpractice.html index bb37917..435503d 100755 --- a/itf/templates/modules/bestpractices/bestpractice.html +++ b/itf/templates/modules/bestpractices/bestpractice.html @@ -36,7 +36,7 @@ Links:
{% for l in links %} {{ l.url }}
- {{ l.text }} + {{ l.text|linebreaksbr }}

{% endfor %} {% endif %} diff --git a/itf/templates/modules/bestpractices/bestpracticefaq.html b/itf/templates/modules/bestpractices/bestpracticefaq.html index 612861a..c31f1ef 100644 --- a/itf/templates/modules/bestpractices/bestpracticefaq.html +++ b/itf/templates/modules/bestpractices/bestpracticefaq.html @@ -1,2 +1,2 @@ {{ question }}

-{{ answer }} +{{ answer|linebreaksbr }}