aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-05 05:14:13 -0700
committerFriendika <info@friendika.com>2010-11-05 05:14:13 -0700
commitce28d219d4cd16cb6477dfe554dc468f3ccb3230 (patch)
tree8ed0c7d7b7f4b47dc6fd9912f6bd08fad356fbef
parent7ddbf68d22c8274396ea76996bba7a7728d194e1 (diff)
downloadvolse-hubzilla-ce28d219d4cd16cb6477dfe554dc468f3ccb3230.tar.gz
volse-hubzilla-ce28d219d4cd16cb6477dfe554dc468f3ccb3230.tar.bz2
volse-hubzilla-ce28d219d4cd16cb6477dfe554dc468f3ccb3230.zip
validate
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 50821640a..3fdc971b2 100644
--- a/boot.php
+++ b/boot.php
@@ -1419,7 +1419,7 @@ function contact_block() {
$o .= '<div class="contact-block-div"><a class="contact-block-link' . $sparkle . '" href="' . $url . '" ><img class="contact-block-img' . $sparkle . '" src="' . $rr['micro'] . '" title="' . $rr['name'] . ' [' . $rr['url'] . ']" alt="' . $rr['name'] . '" /></a></div>' . "\r\n";
}
- $o .= '<div id="contact-block-end"></div>';
+ $o .= '</div><div id="contact-block-end"></div>';
$o .= '<div id="viewcontacts"><a id="viewcontacts-link" href="viewcontacts/' . $profile['nickname'] . '">' . t('View Contacts') . '</a></div>';
}