]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Bookmark/actions/bookmarkforurl.php
Filling in missing endHTML calls for Action AJAX
[quix0rs-gnu-social.git] / plugins / Bookmark / actions / bookmarkforurl.php
index 4e6de9bffac6dad6128e41cbafcf6f46b36c89f1..8eb02e64a00a56f17a046345271e7111e6e62689 100644 (file)
@@ -115,7 +115,7 @@ class BookmarkforurlAction extends Action
         $bf = new BookmarkForm($this, $this->title, $this->url, null, null, $this->thumbnail);
         $bf->show();
         $this->elementEnd('body');
-        $this->elementEnd('html');
+        $this->endHTML();
     }
 
     /**