aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-19 05:24:22 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-19 05:24:22 -0700
commitbbe53699f26bfa4e4d17da097fd8f2fc14da47dd (patch)
tree70888d850bc8f839532b087584eb41f0a9bbf0a8 /view
parent9b0584e59338f0b75c6b8a9a1b5def33da5de5f6 (diff)
downloadvolse-hubzilla-bbe53699f26bfa4e4d17da097fd8f2fc14da47dd.tar.gz
volse-hubzilla-bbe53699f26bfa4e4d17da097fd8f2fc14da47dd.tar.bz2
volse-hubzilla-bbe53699f26bfa4e4d17da097fd8f2fc14da47dd.zip
bug fixes
Diffstat (limited to 'view')
-rw-r--r--view/profile.php2
-rw-r--r--view/profile_tabs.tpl5
2 files changed, 3 insertions, 4 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>
diff --git a/view/profile_tabs.tpl b/view/profile_tabs.tpl
index 052b2405a..95c0ba1d2 100644
--- a/view/profile_tabs.tpl
+++ b/view/profile_tabs.tpl
@@ -1,4 +1,3 @@
-<?php
<div id="profile-tabs-wrapper" >
<div id="profile-tab-status-tab" class="profile-tabs" >
@@ -6,11 +5,11 @@
</div>
<div id="profile-tab-profile-tab" class="profile-tabs" >
-<a href="$url&tab=profile" id="profile-tab-profile-link" >Profile</a>
+<a href="$url?tab=profile" id="profile-tab-profile-link" >Profile</a>
</div>
<div id="profile-tab-photos-tab" class="profile-tabs" >
-<a href="$url&tab=photos" id="profile-tab-photos-link" >Photos</a>
+<a href="$url?tab=photos" id="profile-tab-photos-link" >Photos</a>
</div>
</div>