EditWatchlistNormalHTMLForm: Fix double-escaping of section legends
[lhc/web/wiklou.git] / includes / htmlform / HTMLForm.php
index 9a78fd8..52a18eb 100644 (file)
@@ -1833,7 +1833,7 @@ class HTMLForm extends ContextSource {
         *
         * @param string $key
         *
-        * @return string
+        * @return string Plain text (not HTML-escaped)
         */
        public function getLegend( $key ) {
                return $this->msg( "{$this->mMessagePrefix}-$key" )->text();