From: Anthony Talarico Date: Thu, 4 Aug 2016 17:46:23 +0000 (-0400) Subject: fixed syntax error in jquery css selector for the blog title X-Git-Tag: v1.0.0^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c799a756ddd4676b0c207db5551eba904bcb2a8b;p=WP-Plugins%2Fhubspot-blog.git fixed syntax error in jquery css selector for the blog title --- diff --git a/views/frontPage.php b/views/frontPage.php index b855e59..3e38889 100644 --- a/views/frontPage.php +++ b/views/frontPage.php @@ -24,7 +24,7 @@ echo '
' var blog_characters = blog.text().length; var title = jQuery(".hubspot-title"); - image.css("margin-bottom", "20px").css("background-size", "contain").css("width", "200x").css("height","200px");; + image.css("margin-bottom", "20px").css("background-size", "contain").css("width", "200px").css("height","200px");; image_link.css("display", "block").css("width", "200px"); blog.find('img').remove(); title.find("h1").css("margin-bottom", "15px");