From f4997074fe3e28e990767f72b1912ded8ce660a7 Mon Sep 17 00:00:00 2001 From: Brett Bieber <bieber@unl.edu> Date: Fri, 10 Sep 2010 16:50:05 +0000 Subject: [PATCH] Add missing single quote git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@162 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/modules/unl/unl_cas.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/all/modules/unl/unl_cas.module b/sites/all/modules/unl/unl_cas.module index 5875f802..75423513 100644 --- a/sites/all/modules/unl/unl_cas.module +++ b/sites/all/modules/unl/unl_cas.module @@ -99,7 +99,7 @@ function unl_cas_form_alter(&$form, $form_state, $form_id) $form['account']['current_pass_required_values']['#type'] = 'hidden'; $form['account']['current_pass']['#type'] = 'hidden'; - $form['picture']['#description'] = 'To change your picture, visit <a href="http://planetred.unl.edu/pg/profile/unl_' . $username .">Planet Red</a>.'; + $form['picture']['#description'] = 'To change your picture, visit <a href="http://planetred.unl.edu/pg/profile/unl_' . $username .'">Planet Red</a>.'; $form['picture']['picture_delete']['#type'] = 'hidden'; $form['picture']['picture_upload']['#type'] = 'hidden'; } -- GitLab