Add taint annotation to HtmlForm::getHTML()
[lhc/web/wiklou.git] / includes / htmlform / HTMLForm.php
index 8e78459..9a78fd8 100644 (file)
@@ -1029,6 +1029,7 @@ class HTMLForm extends ContextSource {
         * @param bool|string|array|Status $submitResult Output from HTMLForm::trySubmit()
         *
         * @return string HTML
+        * @return-taint escaped
         */
        public function getHTML( $submitResult ) {
                # For good measure (it is the default)