From 90d3f91df7851b97f07b903f353497742f80d325 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 13 Dec 2012 15:45:39 +0100 Subject: Fix quoting in the message view Refs: #24 --- hyperkitty/tests/test_templatetags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/tests') diff --git a/hyperkitty/tests/test_templatetags.py b/hyperkitty/tests/test_templatetags.py index eab0187..f4d9d4d 100644 --- a/hyperkitty/tests/test_templatetags.py +++ b/hyperkitty/tests/test_templatetags.py @@ -36,7 +36,7 @@ This is the response. """ expected = """ On Fri, 09.11.12 11:27, Someone wrote: -
%s
This is the first quoted line +
This is the first quoted line This is the second quoted line
This is the response. """ % self.quotemsg result = snip_quoted(contents, self.quotemsg) -- cgit