diff --git a/sparkup.py b/sparkup.py index b545df2..1b7c5c7 100755 --- a/sparkup.py +++ b/sparkup.py @@ -710,7 +710,7 @@ def render(self): self.closing_tag is not None: between_tags = self.text if self.parser.options.has('open-empty-tags'): - between_tags += "\n\n" + indent + between_tags += "\n" + spaces + "\n" + indent output = "%s%s%s%s%s%s%s%s" % \ (start_guide, indent, self.get_opening_tag(), between_tags,