summaryrefslogtreecommitdiff
path: root/actions/attachment_ajax.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_ajax.php
parenta11d6260cc8dd5bd8a060f716461803f4c837387 (diff)
Markup cleanup for attachments
Diffstat (limited to 'actions/attachment_ajax.php')
-rw-r--r--actions/attachment_ajax.php2
1 files changed, 1 insertions, 1 deletions
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));