427cb792 by Jeff Balicki

newsletterfix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 0c0f6943
...@@ -388,7 +388,7 @@ function create_notification() ...@@ -388,7 +388,7 @@ function create_notification()
388 'post_title' => $subject, 388 'post_title' => $subject,
389 'post_status' => 'publish', 389 'post_status' => 'publish',
390 'post_type' => 'newsLetter', 390 'post_type' => 'newsLetter',
391 'post_content' => '<div id="newsletter">'.$html.'</div>', 391 'post_content' => $html,
392 392
393 ) 393 )
394 ); 394 );
......