mirror of https://gitlab.com/bashrc2/epicyon
Less indentation
parent
e34deb4b28
commit
db0969ac80
|
@ -178,7 +178,8 @@ def html_replace_email_quote(content: str) -> str:
|
||||||
new_content += '<p>' + line_str + '</blockquote></p>'
|
new_content += '<p>' + line_str + '</blockquote></p>'
|
||||||
else:
|
else:
|
||||||
new_content += '<p>' + line_str + '</p>'
|
new_content += '<p>' + line_str + '</p>'
|
||||||
else:
|
continue
|
||||||
|
|
||||||
line_str = line_str.replace('>> ', '><blockquote>')
|
line_str = line_str.replace('>> ', '><blockquote>')
|
||||||
if line_str.startswith('>'):
|
if line_str.startswith('>'):
|
||||||
line_str = line_str.replace('>', '<blockquote>', 1)
|
line_str = line_str.replace('>', '<blockquote>', 1)
|
||||||
|
|
Loading…
Reference in New Issue