diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index 602c0fd5..61db0435 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -450,8 +450,8 @@ namespace SparkleShare { foreach (SparkleNote note in change_set.Notes) { comments += "
" + "

" + - note.UserName + "

" + + " style=\"background-image: url('file://" + GetAvatar (note.User.Email, 48) + "');\">" + + note.User.Name + "

" + note.Body + "
"; }