mirror of https://gitlab.com/bashrc2/epicyon
Remove spaces
parent
1eb50a2ad2
commit
77d6f0c48c
|
@ -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('/', '--')
|
||||
|
|
Loading…
Reference in New Issue