]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/attachment_ajax.php
Adding clip illustration for notice attachments.
[quix0rs-gnu-social.git] / actions / attachment_ajax.php
index 6930dc112d13380fb586067eb3afed2059c3b9f8..3d83393c51613c22f976974d52be67fd73083319 100644 (file)
@@ -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));