quotes are useful

This commit is contained in:
Jeremy Kauffman 2016-03-03 20:02:08 -05:00
parent 89d9940ba4
commit 8cfd7784a1

View file

@ -5,7 +5,7 @@
<?php js_start() ?>
ga('send', 'event', 'Sign Up', 'Join List', '<?php echo $listId ?>');
twttr.conversion.trackPid('nty1x');
fbq('track', <?php echo $fbEvent ?>);
fbq('track', '<?php echo $fbEvent ?>');
<?php js_end() ?>
<div class="notice notice-success spacer1"><?php echo $success ?></div>
<?php endif ?>