427cb792 by Jeff Balicki

newsletterfix

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