From 0407ec89694cec44e9f555ee958df45eba301bbb Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 15 Apr 2013 08:10:40 +0200 Subject: The plan text version of an article is now between a

HTML tag. --- source/pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 9f1d6eec..a57c4b3e 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -210,7 +210,7 @@ class pyAggr3g470r(object): # Description (full content) of the article if plain_text == "1": - description = utils.clear_string(article["article_content"]) + description = "

" + utils.clear_string(article["article_content"]) + "

" else: description = article["article_content"] if description != "": -- cgit