Generate consistent gravatar hash values as per documentation.
Created by: patthoyts
The gravatar documentation on implementing the hash specifies that leading and trailing whitespace must be trimmed and all characters should be forced to lowercase.
Signed-off-by: Pat Thoyts patthoyts@users.sourceforge.net