From ae22104831f3b8e17c55fb618816d5cacc92bf05 Mon Sep 17 00:00:00 2001 From: pictuga Date: Wed, 2 Oct 2013 12:05:52 +0200 Subject: [PATCH] Center "* * *" in clip mode --- morss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morss.py b/morss.py index 206f762..f85b7b8 100644 --- a/morss.py +++ b/morss.py @@ -459,7 +459,7 @@ def Gather(url, cachePath, options): if item.desc and item.content: if 'clip' in options: - item.content = item.desc + "

* * *

" + item.content + item.content = item.desc + "

* * *


" + item.content del item.desc if 'alone' in options: del item.desc