diff --git a/templates/users/header.html.tera b/templates/users/header.html.tera
index 8f66eb6..fef43ea 100644
--- a/templates/users/header.html.tera
+++ b/templates/users/header.html.tera
@@ -15,7 +15,7 @@
{% endif %}
{% if is_remote %}
- {{ "Open on {{ instance_url }}" | _(instance_url=instance_url) }}
+ {{ "Open on {{ instance_url }}" | _(instance_url=instance_url) }}
{% endif %}
{% set not_self = not is_self %}