Separated attachment view components

This commit is contained in:
Sarven Capadisli 2009-06-25 00:49:54 +00:00
parent fa57e717e3
commit 835799ff16
1 changed files with 3 additions and 0 deletions

View File

@ -250,6 +250,9 @@ class Attachment extends AttachmentListItem
$this->out->elementStart('a', $this->linkAttr());
$this->out->element('span', null, $this->linkTitle());
$this->out->elementEnd('a');
$this->out->elementEnd('div');
$this->out->elementStart('div', 'entry-content');
$this->showRepresentation();
$this->out->elementEnd('div');