https://bugzilla.wikimedia.org/show_bug.cgi?id=56522

This, that and the other <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from This, that and the other <[email protected]> ---
Inconsistency between wikitext and HTML... what a surprise.

UserloginTemplate expects its messages in HTML:

  <?php $this->html( 'message' ); ?>

Whereas SpecialChangeEmail expects wikitext:

  $this->getOutput()->wrapWikiMsg( "<p class='error'>\n$1\n</p>", $msg );

I guess we just change ChangeEmail to expect HTML, and officially make
wrongpassword a HTML message.

sigh...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to