morss: separate :clip with <hr> instead of stars
parent
b425992783
commit
73b477665e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue