Line _300_ of _ns_widget_mailchimp.class.php_ is not validating properly via the W3C's validator. Ideally, this: `<script>jQuery [...]` Should read as this: `<script type='text/javascript'>jQuery [...]`
Line 300 of ns_widget_mailchimp.class.php is not validating properly via the W3C's validator.
Ideally, this:
<script>jQuery [...]Should read as this:
<script type='text/javascript'>jQuery [...]