diff options
-rw-r--r-- | lesana/collection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lesana/collection.py b/lesana/collection.py index d924699..b648230 100644 --- a/lesana/collection.py +++ b/lesana/collection.py @@ -48,7 +48,7 @@ class Entry(object): if t == 'string': data += ("{name}: ''\n".format(**field)) elif t == 'text': - data += ("{name}: |\n\n".format(**field)) + data += ("{name}: |\n .\n".format(**field)) elif t == 'integer': data += ("{name}: 0\n".format(**field)) else: |