Remove spaces

main
Bob Mottram 2022-12-27 17:19:32 +00:00
parent 1eb50a2ad2
commit 77d6f0c48c
1 changed files with 2 additions and 2 deletions

View File

@ -1588,8 +1588,8 @@ def _get_footer_with_icons(show_icons: bool,
footer_str += '<a href="' + \
content_license_url + '" class="' + \
time_class + '" tabindex="10">' + \
'<span itemprop="license"> ' + \
copyright_symbol + ' </span></a>'
'<span itemprop="license">' + \
copyright_symbol + '</span></a> '
# show the date
date_link = '/users/' + nickname + '?convthread=' + \
published_link.replace('/', '--')