diff --git a/organizations/client/profile/header/header.html b/organizations/client/profile/header/header.html index 3a01f00312..a8f4e677aa 100644 --- a/organizations/client/profile/header/header.html +++ b/organizations/client/profile/header/header.html @@ -17,11 +17,13 @@

{{/ if }}

-
-

- {{ organization.description }} -

-
+ {{# if organization.description }} +
+

+ {{ organization.description }} +

+
+ {{/ if }}

@@ -32,20 +34,26 @@