diff options
author | zotlabs <mike@macgirvin.com> | 2016-10-08 15:30:06 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-10-08 15:30:06 -0700 |
commit | 134b9fc466ff529274cd81c95365919d506dfe1c (patch) | |
tree | 613fb0fe6f8a9deaafce9c651787aa1d0f2607dc /view/tpl | |
parent | 10863a5949cc59771424cb809af5c9f279f78a58 (diff) | |
download | volse-hubzilla-134b9fc466ff529274cd81c95365919d506dfe1c.tar.gz volse-hubzilla-134b9fc466ff529274cd81c95365919d506dfe1c.tar.bz2 volse-hubzilla-134b9fc466ff529274cd81c95365919d506dfe1c.zip |
don't show diaspora protocol info in the hcard if the diaspora protocol is not installed. This really needs to be moved to the plugin but this was a quick fix.
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 5e9d192a1..9bd534fd8 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -52,6 +52,7 @@ {{if $diaspora}} {{include file="diaspora_vcard.tpl"}} {{/if}} + </div> <div id="clear"></div> |