Separated attachment view components
This commit is contained in:
parent
fa57e717e3
commit
835799ff16
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user