=== modified file 'modules/drupal/drupal.module'
--- modules/drupal/drupal.module	
+++ modules/drupal/drupal.module	
@@ -1377,6 +1377,7 @@ function _user_edit_submit($uid, &$edit)
 function user_edit($category = 'account') {
   global $user;
 
+  $category = html_entity_decode($category);	
   $account = user_load(array('uid' => arg(1)));
   if ($account === FALSE) {
     drupal_set_message(t('The account does not exist or has already been deleted.'));
