morss: separate :clip with <hr> instead of stars

master
pictuga 2020-05-02 19:19:54 +02:00
parent b425992783
commit 73b477665e
1 changed files with 1 additions and 1 deletions

View File

@ -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 + "<br/><br/><center>* * *</center><br/><br/>" + item.content
item.content = item.desc + "<br/><br/><hr/><br/><br/>" + item.content
del item.desc
if options.nolink and item.content: