From 0de1d3dc1fa82ded2f8f999677ae5408a297e9f2 Mon Sep 17 00:00:00 2001 From: Scott Feeney Date: Mon, 29 Jul 2013 13:56:23 -0400 Subject: [PATCH] Fix "a[n] invite-only stream" (imported from commit a4572dc1541b10f30ec0618e29371d6a187c1809) --- static/templates/subscription.handlebars | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/templates/subscription.handlebars b/static/templates/subscription.handlebars index f831a5a037..64519b696a 100644 --- a/static/templates/subscription.handlebars +++ b/static/templates/subscription.handlebars @@ -22,9 +22,9 @@
-

This is a - {{#if invite_only}} invite-only stream. Only people who have been invited can access its content, but any member of the stream can invite others. - {{else}} public stream. Anybody in your organization can join.{{/if}} +

This is + {{#if invite_only}}an invite-only stream. Only people who have been invited can access its content, but any member of the stream can invite others. + {{else}}a public stream. Anybody in your organization can join.{{/if}}

Settings