Clear result

main
Bob Mottram 2023-09-20 13:55:18 +01:00
parent b4087b4f8d
commit 9f30a52368
1 changed files with 1 additions and 0 deletions

View File

@ -2221,6 +2221,7 @@ def format_mixed_right_to_left(content: str,
changed = True
result += text_html
if not changed:
result = ''
paragraphs = content.split('<br><br>')
ctr = 0
for text_html in paragraphs: