From: Radek Czajka Date: Thu, 5 Dec 2013 13:22:22 +0000 (+0100) Subject: tech fix X-Git-Url: https://git.mdrn.pl/copyspeak.git/commitdiff_plain/955ae60a935e9a9a322a5867a10d1fe3e437d99e tech fix --- 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 }}