]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/AnonymousFave/actions/anondisfavor.php
Filling in missing endHTML calls for Action AJAX
[quix0rs-gnu-social.git] / plugins / AnonymousFave / actions / anondisfavor.php
index 0060b7fa507df5f5cdd34826534c56df64345d96..c54a39202c654084dbd01c242cf39fafc3739c70 100644 (file)
@@ -94,7 +94,7 @@ class AnonDisfavorAction extends RedirectingAction
             $favor = new AnonFavorForm($this, $notice);
             $favor->show();
             $this->elementEnd('body');
-            $this->elementEnd('html');
+            $this->endHTML();
         } else {
             $this->returnToPrevious();
         }