? tests
? translations
Index: simplenews.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simplenews/simplenews.module,v
retrieving revision 1.206
diff -u -p -r1.206 simplenews.module
--- simplenews.module	14 Mar 2009 02:01:38 -0000	1.206
+++ simplenews.module	16 Mar 2009 14:12:31 -0000
@@ -2223,7 +2223,7 @@ function _simplenews_generate_hash($mail
  */
 function _simplenews_format_options() {
   $options = array('plain' => t('plain'));
-  if (module_exists('mimemail')) {
+  if (module_exists('mimemail') || module_exists('htmlmail')) {
     $options['html'] = t('html');
   }
   return $options;
