diff --git a/funnel/templates/macros.html.jinja2 b/funnel/templates/macros.html.jinja2 index 4e8745af6..202b5a129 100644 --- a/funnel/templates/macros.html.jinja2 +++ b/funnel/templates/macros.html.jinja2 @@ -303,7 +303,7 @@ {% if add_profile_link %}{% endif %} - {% if add_profile_link %}{%- else %}{% endif %}{{ account.title }}{% if add_profile_link %}{%- else %}{% endif %} + {% if add_profile_link %}{%- else %}{% endif %}{{ account.title }}{% if add_profile_link %}{%- else %}{% endif %} {{ add_follow_button(account, css_class=css_class) }} {%- endmacro %}