diff --git a/sites/all/modules/unl/unl_cas.module b/sites/all/modules/unl/unl_cas.module index 62cc8ea6c3fde0942c158f54091792643bd86c4b..a0ddc0c899625f96dd5980abc5cd7a195c0bfce9 100644 --- a/sites/all/modules/unl/unl_cas.module +++ b/sites/all/modules/unl/unl_cas.module @@ -135,6 +135,6 @@ function unl_cas_preprocess_user_picture(&$variables) { //Default image: http://planetred.unl.edu/mod/profile/graphics/defaulttopbar.gif $username = $variables['account']->name; - $variables['user_picture'] = '<img src="http://planetred.unl.edu/pg/icon/unl_' . $username . '/large" alt="alt" />'; + $variables['user_picture'] = '<img src="http://planetred.unl.edu/pg/icon/unl_' . $username . '/large" alt="' . $username . '\'s photo" />'; }