$this->out->elementStart('li', array('class' => 'application',
'id' => 'oauthclient-' . $this->application->id));
+ $this->out->elementStart('span', 'vcard author');
if (!$this->connections) {
$this->out->elementStart('a',
array('href' => common_local_url('showapplication',
}
if (!empty($this->application->icon)) {
- $this->out->element('img', array('src' => $this->application->icon));
+ $this->out->element('img', array('src' => $this->application->icon,
+ 'class' => 'photo'));
}
$this->out->raw($this->application->name);
$this->out->elementEnd('a');
+ $this->out->elementEnd('span');
$this->out->raw(' by ');