Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:rubys/venus
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Oct 20, 2010
2 parents c92cc85 + 8ad25a6 commit b54918f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions filters/mememe.plugin
Expand Up @@ -496,6 +496,10 @@ for i in range(0,len(weighted_links)):
count = count + 1
if count >= 10: break

# remove ul when there are no memes
if memes_ul.lsCountNode() < 1:
memes_ul.unlinkNode()

log.info("Writing " + MEMES_ATOM)
output=open(MEMES_ATOM,'w')
output.write(feed_doc.serialize('utf-8'))
Expand Down

0 comments on commit b54918f

Please sign in to comment.