elofgren: Use & instead of & in 'Email & Password' to prevent XML parsing error in Firefox on login form.

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41825 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 00:08:50 +00:00
parent 069192e83c
commit 5314a6832a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class MemberAuthenticator extends Authenticator {
* @return string Returns the name of the authentication method.
*/
public static function getName() {
return "Email & Password";
return "Email & Password";
}
}