]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/AnonymousFave/actions/anonfavor.php
Filling in missing endHTML calls for Action AJAX
[quix0rs-gnu-social.git] / plugins / AnonymousFave / actions / anonfavor.php
index 61868125c12f9b4478d743dfb6221016b33da67a..da8757082e670af92ff01b4f779e6cd4ed8e901a 100644 (file)
@@ -89,7 +89,7 @@ class AnonFavorAction extends RedirectingAction
             $disfavor = new AnonDisFavorForm($this, $notice);
             $disfavor->show();
             $this->elementEnd('body');
-            $this->elementEnd('html');
+            $this->endHTML();
         } else {
             $this->returnToPrevious();
         }