X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FGroupPrivateMessage%2Fgroupmessagelistitem.php;h=cb9c6a5992d43ababd89e813bd921e885e282d97;hb=6d5b6d98b5f68d784fee736518eaaae7a26a51f6;hp=4c0fd2ce64d73371d77a2f9cd322bb371e5b8645;hpb=59a0b2a82da418f688faf182407146d9e7a7af7a;p=quix0rs-gnu-social.git diff --git a/plugins/GroupPrivateMessage/groupmessagelistitem.php b/plugins/GroupPrivateMessage/groupmessagelistitem.php index 4c0fd2ce64..cb9c6a5992 100644 --- a/plugins/GroupPrivateMessage/groupmessagelistitem.php +++ b/plugins/GroupPrivateMessage/groupmessagelistitem.php @@ -4,7 +4,7 @@ * Copyright (C) 2011, StatusNet, Inc. * * Widget for showing an individual group message - * + * * PHP version 5 * * This program is free software: you can redistribute it and/or modify @@ -69,13 +69,13 @@ class GroupMessageListItem extends Widget { $group = $this->gm->getGroup(); $sender = $this->gm->getSender(); - + $this->out->elementStart('li', array('class' => 'hentry notice message group-message', 'id' => 'message-' . $this->gm->id)); $this->out->elementStart('div', 'entry-title'); $this->out->elementStart('span', 'vcard author'); - $this->out->elementStart('a', + $this->out->elementStart('a', array('href' => $sender->profileurl, 'class' => 'url')); $avatar = $sender->getAvatar(AVATAR_STREAM_SIZE);