fixed extra space in line 86 template/base.html
This commit is contained in:
parent
9ccc70f051
commit
c60cc60742
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
| <a href="{{ get_setting('general.contact_url') }}">{{ _('Contact instance maintainer') }}</a>
|
||||
{% endif %}
|
||||
{% if get_setting('general.onion_url') %}
|
||||
| <a href="{{ get_setting('general.onion_url') }}"> TOR onion address</a>
|
||||
| <a href="{{ get_setting('general.onion_url') }}">TOR onion address</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue