The overformatting caused the drupal_set_message to display the history message like

  • (PASS) Password must not match any of the previous <em>6</em> passwords.

and it didn't actually do the plural replacement on "passwords" (patch also fixes). Now it shows so only the number is italic

  • (PASS) Password must not match any of the previous 6 passwords.

Comments

deekayen’s picture

Status: Needs review » Fixed
erikwebb’s picture

Status: Fixed » Closed (fixed)