summaryrefslogtreecommitdiff
path: root/actions/attachment.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@csarven-laptop.(none)>2009-05-25 15:53:19 -0400
committerSarven Capadisli <csarven@csarven-laptop.(none)>2009-05-25 15:53:19 -0400
commit01dad5729827870d87f87118c336dcf2acc4af32 (patch)
treef43fc293e7c668343873282026bab690d415a046 /actions/attachment.php
parenta11d6260cc8dd5bd8a060f716461803f4c837387 (diff)
Markup cleanup for attachments
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');
}
/**