Index: simplenews.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simplenews/simplenews.module,v
retrieving revision 1.48.2.54
diff -u -p -r1.48.2.54 simplenews.module
--- simplenews.module	29 Sep 2008 06:26:40 -0000	1.48.2.54
+++ simplenews.module	30 Sep 2008 20:34:21 -0000
@@ -1090,6 +1090,8 @@ function simplenews_block_form($tid) {
     $form['display_mail'] = array(
       '#title' => t('User'),
       '#value' => check_plain($user->name),
+      '#prefix' => '<div class="user-name">',
+      '#suffix' => '</div>',
     );
     $form['mail'] = array('#type' => 'value', '#value' => $user->mail);
   }
