Move comment

main
Bob Mottram 2025-05-15 17:39:03 +01:00
parent b657380b6f
commit 80f9c72d2f
1 changed files with 2 additions and 2 deletions

View File

@ -401,12 +401,12 @@ def html_person_options(default_timeline: str,
options_str += other_accounts_html options_str += other_accounts_html
if status: if status:
# https://codeberg.org/fediverse/fep/src/branch/main/
# fep/82f6/fep-82f6.md
if len(status) < 100: if len(status) < 100:
status = standardize_text(status) status = standardize_text(status)
if is_filtered(base_dir, nickname, domain, status, if is_filtered(base_dir, nickname, domain, status,
system_language): system_language):
# https://codeberg.org/fediverse/fep/src/branch/main/
# fep/82f6/fep-82f6.md
options_str += \ options_str += \
' <p class="imText">' + remove_html(status) + '</p>\n' ' <p class="imText">' + remove_html(status) + '</p>\n'
if pronouns: if pronouns: