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.
| Comment | File | Size | Author |
|---|---|---|---|
| constraint_history.php-replacements.patch | 1.2 KB | deekayen |
Comments
Comment #1
deekayen commentedhttp://drupal.org/cvs?commit=220682
Comment #3
erikwebb commented