From 73b477665e57fe2290e01018e8e60b6993e81fa9 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sat, 2 May 2020 19:19:54 +0200 Subject: [PATCH] morss: separate :clip with
instead of stars --- morss/morss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morss/morss.py b/morss/morss.py index 02af065..117058d 100644 --- a/morss/morss.py +++ b/morss/morss.py @@ -279,7 +279,7 @@ def ItemBefore(item, options): def ItemAfter(item, options): if options.clip and item.desc and item.content: - item.content = item.desc + "

* * *


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




" + item.content del item.desc if options.nolink and item.content: