Bugfix content helper

pull/20/head
Thomas Sileo 2019-04-11 19:23:21 +02:00
rodzic b4751b1bd2
commit d547f9d093
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -50,7 +50,7 @@ def mentionify(
p = get_backend().fetch_iri(actor_url)
tags.append(dict(type="Mention", href=p["id"], name=mention))
d = f"@<span>{domain}</span>"
d = f"@{domain}"
if hide_domain:
d = ""