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: