diff options
author | Friendika <info@friendika.com> | 2010-11-05 05:14:13 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-05 05:14:13 -0700 |
commit | ce28d219d4cd16cb6477dfe554dc468f3ccb3230 (patch) | |
tree | 8ed0c7d7b7f4b47dc6fd9912f6bd08fad356fbef /boot.php | |
parent | 7ddbf68d22c8274396ea76996bba7a7728d194e1 (diff) | |
download | volse-hubzilla-ce28d219d4cd16cb6477dfe554dc468f3ccb3230.tar.gz volse-hubzilla-ce28d219d4cd16cb6477dfe554dc468f3ccb3230.tar.bz2 volse-hubzilla-ce28d219d4cd16cb6477dfe554dc468f3ccb3230.zip |
validate
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>'; } |