aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-09-26 23:45:49 -0700
committerFriendika <info@friendika.com>2011-09-26 23:45:49 -0700
commit7a683c576a874145af41aac24eceec0d07b17bd2 (patch)
tree616608c050a76848f96070381dd2692ce19b8ff1 /mod
parente04d9b864606827f1ab85c6dff94d1e3d8b48908 (diff)
parent78c3210f6afac231c199e93caf5c022083049192 (diff)
downloadvolse-hubzilla-7a683c576a874145af41aac24eceec0d07b17bd2.tar.gz
volse-hubzilla-7a683c576a874145af41aac24eceec0d07b17bd2.tar.bz2
volse-hubzilla-7a683c576a874145af41aac24eceec0d07b17bd2.zip
Merge https://github.com/friendika/Free-Friendika into pull
Diffstat (limited to 'mod')
-rw-r--r--mod/photos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php
index cb7df15cc..90d51000e 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -34,7 +34,7 @@ function photos_init(&$a) {
$a->data['albums'] = $albums;
$o .= '<div class="vcard">';
- $o .= '<div class="fn">' . $a->data['user']['username'] . '</h4>';
+ $o .= '<div class="fn">' . $a->data['user']['username'] . '</div>';
$o .= '<div id="profile-photo-wrapper"><img class="photo" style="width: 175px; height: 175px;" src="' . $a->get_baseurl() . '/photo/profile/' . $a->data['user']['uid'] . '.jpg" alt="' . $a->data['user']['username'] . '" /></div>';
$o .= '</div>';