diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-09 22:58:58 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-09 22:58:58 -0700 |
commit | 6fa55579948f0d6fa12a301ddd33baae49240a73 (patch) | |
tree | c87a5550be5ab64462f944ace4a8a2adfc345aa8 /view | |
parent | d11c1c63c02e88b3c73336741a2240ccc18d3b02 (diff) | |
download | volse-hubzilla-6fa55579948f0d6fa12a301ddd33baae49240a73.tar.gz volse-hubzilla-6fa55579948f0d6fa12a301ddd33baae49240a73.tar.bz2 volse-hubzilla-6fa55579948f0d6fa12a301ddd33baae49240a73.zip |
post branch fixes
Diffstat (limited to 'view')
-rw-r--r-- | view/profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile.php b/view/profile.php index 57130c073..64f8f410a 100644 --- a/view/profile.php +++ b/view/profile.php @@ -56,7 +56,7 @@ <div class="marital"><span class="marital-label"><span class="heart">♥</span> Status: </span><span class="marital-text"><?php echo $profile['marital']; ?></span></div>
<?php } ?>
<?php if(strlen($profile['url'])) { ?>
-<div class="homepage"><span class="homepage-label">Status: </span><span class="homepage-url"><?php echo $profile['homepage']; ?></span></div>
+<div class="homepage"><span class="homepage-label">Homepage: </span><span class="homepage-url"><?php echo $profile['homepage']; ?></span></div>
<?php } ?>
<?php echo $page['aside'] ?>
</aside>
|