New style display of posts

This commit is contained in:
Manuel Ebert 2012-05-30 18:12:10 +02:00
parent 11a73b4fc2
commit d5b6d559c3
2 changed files with 12 additions and 10 deletions

View file

@ -134,7 +134,7 @@ class Journal:
def __str__(self):
"""Prettyprints the journal's entries"""
sep = "-"*60+"\n"
sep = "\n"
pp = sep.join([str(e) for e in self.entries])
if self.config['highlight']: # highlight tags
if self.search_tags: