No nickname in profile listing

This commit is contained in:
Mikael Nordfeldth
2014-06-23 18:59:32 +02:00
parent 51e96e580f
commit faa12e63c0
4 changed files with 22 additions and 17 deletions

View File

@@ -191,7 +191,7 @@ class SortableSubscriptionListItem extends SubscriptionListItem
function startProfile()
{
$this->out->elementStart('td', 'entity_profile h-card e-content');
$this->out->elementStart('td', 'entity_profile h-card');
}
function endProfile()