diff options
author | Sarven Capadisli <csarven@csarven-laptop.(none)> | 2009-05-25 15:53:19 -0400 |
---|---|---|
committer | Sarven Capadisli <csarven@csarven-laptop.(none)> | 2009-05-25 15:53:19 -0400 |
commit | 01dad5729827870d87f87118c336dcf2acc4af32 (patch) | |
tree | f43fc293e7c668343873282026bab690d415a046 /actions | |
parent | a11d6260cc8dd5bd8a060f716461803f4c837387 (diff) |
Markup cleanup for attachments
Diffstat (limited to 'actions')
-rw-r--r-- | actions/attachment.php | 2 | ||||
-rw-r--r-- | actions/attachment_ajax.php | 2 |
2 files changed, 1 insertions, 3 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'); } /** diff --git a/actions/attachment_ajax.php b/actions/attachment_ajax.php index 6930dc112..3d83393c5 100644 --- a/actions/attachment_ajax.php +++ b/actions/attachment_ajax.php @@ -67,7 +67,7 @@ class Attachment_ajaxAction extends AttachmentAction */ function showCore() { - $this->elementStart('div', array('id' => 'ajaxcore')); + $this->elementStart('div', array('id' => 'core')); if (Event::handle('StartShowContentBlock', array($this))) { $this->showContentBlock(); Event::handle('EndShowContentBlock', array($this)); |