summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtrac2md.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/trac2md.py b/trac2md.py
index 4528b81..86c856f 100755
--- a/trac2md.py
+++ b/trac2md.py
@@ -108,7 +108,7 @@ class Trac2Markdown:
def __call__(self, content, slug):
self.slug = slug
- old_content = self.content_linebreak_pattern.sub("\\\\\\\\\n", content).splitlines()
+ old_content = self.content_linebreak_pattern.sub("<br/>", content).splitlines()
new_content = []
code_block = False