diff --git a/web/templates/inline_decorated_stream_name.hbs b/web/templates/inline_decorated_stream_name.hbs
index 182dd7c5a2..32b687d79e 100644
--- a/web/templates/inline_decorated_stream_name.hbs
+++ b/web/templates/inline_decorated_stream_name.hbs
@@ -4,5 +4,5 @@
{{ else if stream.is_web_public }}
{{stream.name ~}}
{{ else }}
- {{stream.name ~}}
+ {{stream.name ~}}
{{/if}}