Index: trunk/extensions/UsernameBlacklist/UsernameBlacklist |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | list item. For example: |
47 | 47 | |
48 | 48 | * Foo |
49 | | -* ((B|b)ar |
| 49 | +* ((B|b)ar) |
50 | 50 | |
51 | 51 | The example above would prevent creation of the user account "Foo", and any |
52 | 52 | account where the username contains "Bar" or "bar". |