aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-07 18:13:51 -0800
committerFriendika <info@friendika.com>2010-12-07 18:13:51 -0800
commit5763d31b4f213fbb2eea4d366a9c7ad534a7f1ec (patch)
tree7e90cc7594e842f9bc9da8bdefd298a3bf73a274 /view
parent8b086a76e5607c3db96ca17ce66d2a68139d2584 (diff)
downloadvolse-hubzilla-5763d31b4f213fbb2eea4d366a9c7ad534a7f1ec.tar.gz
volse-hubzilla-5763d31b4f213fbb2eea4d366a9c7ad534a7f1ec.tar.bz2
volse-hubzilla-5763d31b4f213fbb2eea4d366a9c7ad534a7f1ec.zip
db prepare for enhanced magic profiles and remote privacy indicators, fixed $lang setting to use system config var, some other syntax issues
Diffstat (limited to 'view')
-rw-r--r--view/en/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/en/profile.php b/view/en/profile.php
index 190a3e297..fa7372668 100644
--- a/view/en/profile.php
+++ b/view/en/profile.php
@@ -48,7 +48,7 @@
<?php } ?>
<?php if(strlen($profile['pubkey'])) { ?>
- <div class="key" style="display: none"><?php echo $profile['pubkey']; ?></div>
+ <div class="key" style="display: none;"><?php echo $profile['pubkey']; ?></div>
<?php } ?>
</div>
<?php } ?>