main
Bob Mottram 2022-11-23 15:45:37 +00:00
parent b7dae9c543
commit 1e94bbcc78
1 changed files with 1 additions and 3 deletions

View File

@ -461,9 +461,7 @@ def html_moderation_info(translate: {}, base_dir: str,
blocking_reasons_filename)
if reason:
blocked_str += \
line + ' ' + \
'<span class="blockreason">' + \
reason + '</span>\n'
line + ' - ' + reason + '\n'
continue
blocked_str += line + '\n'
info_form += '<div class="container">\n'