summaryrefslogtreecommitdiff
path: root/actions/attachment.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/attachment.php')
-rw-r--r--actions/attachment.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/attachment.php b/actions/attachment.php
index c51c75120..16ee723d9 100644
--- a/actions/attachment.php
+++ b/actions/attachment.php
@@ -176,10 +176,8 @@ class AttachmentAction extends Action
function showContent()
{
- $this->elementStart('ul', array('class' => 'attachments'));
$ali = new Attachment($this->attachment, $this);
$cnt = $ali->show();
- $this->elementEnd('ul');
}
/**