aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-10 23:01:38 -0700
committerFriendika <info@friendika.com>2011-04-10 23:01:38 -0700
commita0956ee9556d4daffdd3dff7eee408dc412bcb90 (patch)
tree5d77533830fc3f006200c5b411a3b43fee88825e /boot.php
parent7192299ff14b9754aad2a7b85bff837dc2594bc6 (diff)
downloadvolse-hubzilla-a0956ee9556d4daffdd3dff7eee408dc412bcb90.tar.gz
volse-hubzilla-a0956ee9556d4daffdd3dff7eee408dc412bcb90.tar.bz2
volse-hubzilla-a0956ee9556d4daffdd3dff7eee408dc412bcb90.zip
some w3c validation issues
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 92741eaee..5d8417bd2 100644
--- a/boot.php
+++ b/boot.php
@@ -2301,9 +2301,9 @@ function profile_sidebar($profile) {
$pubkey = ((x($profile,'pubkey') == 1) ? '<div class="key" style="display:none;">' . $profile['pubkey'] . '</div>' : '');
- $marital = ((x($profile,'marital') == 1) ? '<div class="marital"><span class="marital-label"><span class="heart">&hearts;</span> ' . t('Status:') . ' </span><span class="marital-text">' . $profile['marital'] . '</span></div></div><div class="profile-clear"></div>' : '');
+ $marital = ((x($profile,'marital') == 1) ? '<div class="marital"><span class="marital-label"><span class="heart">&hearts;</span> ' . t('Status:') . ' </span><span class="marital-text">' . $profile['marital'] . '</span></div><div class="profile-clear"></div>' : '');
- $homepage = ((x($profile,'homepage') == 1) ? '<div class="homepage"><span class="homepage-label">' . t('Homepage:') . ' </span><span class="homepage-url">' . linkify($profile['homepage']) . '</span></div></div><div class="profile-clear"></div>' : '');
+ $homepage = ((x($profile,'homepage') == 1) ? '<div class="homepage"><span class="homepage-label">' . t('Homepage:') . ' </span><span class="homepage-url">' . linkify($profile['homepage']) . '</span></div><div class="profile-clear"></div>' : '');
$tpl = load_view_file('view/profile_vcard.tpl');