diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-19 05:24:22 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-19 05:24:22 -0700 |
commit | bbe53699f26bfa4e4d17da097fd8f2fc14da47dd (patch) | |
tree | 70888d850bc8f839532b087584eb41f0a9bbf0a8 /view/profile.php | |
parent | 9b0584e59338f0b75c6b8a9a1b5def33da5de5f6 (diff) | |
download | volse-hubzilla-bbe53699f26bfa4e4d17da097fd8f2fc14da47dd.tar.gz volse-hubzilla-bbe53699f26bfa4e4d17da097fd8f2fc14da47dd.tar.bz2 volse-hubzilla-bbe53699f26bfa4e4d17da097fd8f2fc14da47dd.zip |
bug fixes
Diffstat (limited to 'view/profile.php')
-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 d1e53ad56..d95edb952 100644 --- a/view/profile.php +++ b/view/profile.php @@ -29,7 +29,7 @@ || (strlen($profile['region']))
|| (strlen($profile['postal-code']))
|| (strlen($profile['country-name']))) { ?>
- <span class="location">Location:
+ <div class="location">Location:
<div class="adr">
<div class="street-address"><?php if(strlen($profile['address'])) echo $profile['address']; ?></div>
<span class="city-state-zip"><span class="locality"><?php echo $profile['locality']; ?></span><?php if(strlen($profile['locality'])) echo ', '; ?><span class="region"><?php echo $profile['region'] ?></span><?php if(strlen($profile['postal-code'])) { ?> <span class="postal-code"><?php echo $profile['postal-code']; ?></span><?php } ?></span>
|