From 09292412991422f174b1fa06737ee1cd8a4d245c Mon Sep 17 00:00:00 2001 From: omarreiss Date: Wed, 18 Nov 2015 10:21:18 +0100 Subject: [PATCH] grunt build --- dist/yoast-seo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/yoast-seo.js b/dist/yoast-seo.js index 3c7b8a99e..035a42d62 100644 --- a/dist/yoast-seo.js +++ b/dist/yoast-seo.js @@ -646,7 +646,7 @@ YoastSEO.Analyzer.prototype.metaDescriptionKeyword = function() { var result = [ { test: "metaDescriptionKeyword", result: -1 } ]; if ( typeof this.config.meta !== "undefined" && this.config.meta.length > 0 && this.config.keyword !== "" ) { result[ 0 ].result = this.stringHelper.countMatches( - this.config.meta, new RegExp( this.config.keyword, "i") + this.config.meta, new RegExp( this.config.keyword, "i" ) ); } return result;