From 955ae60a935e9a9a322a5867a10d1fe3e437d99e Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 5 Dec 2013 14:22:22 +0100 Subject: [PATCH] tech fix --- src/words/templates/words/word_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/words/templates/words/word_detail.html b/src/words/templates/words/word_detail.html index d687857..043bbd5 100755 --- a/src/words/templates/words/word_detail.html +++ b/src/words/templates/words/word_detail.html @@ -14,12 +14,12 @@
- {{ object.examples|linebreaks|safe }} + {{ object.examples|safe|linebreaks }}

/used:/

- {{ object.usage|linebreaks|safe }} + {{ object.usage|safe|linebreaks }}
@@ -42,7 +42,7 @@

/recommendations:/

- {{ object.recommendations|linebreaks|safe }} + {{ object.recommendations|safe|linebreaks }}
-- 2.20.1