Center "* * *" in clip mode

master
pictuga 2013-10-02 12:05:52 +02:00
parent 196400967d
commit ae22104831
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ def Gather(url, cachePath, options):
if item.desc and item.content:
if 'clip' in options:
item.content = item.desc + "<br/><br/>* * *<br/><br/>" + item.content
item.content = item.desc + "<br/><br/><center>* * *</center><br/><br/>" + item.content
del item.desc
if 'alone' in options:
del item.desc