morss: separate :clip with <hr> instead of stars
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user