cc symbol

main
Bob Mottram 2022-12-27 16:57:11 +00:00
parent 32252a8182
commit 6048916a95
1 changed files with 1 additions and 1 deletions

View File

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