Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Grunt issue awesomemotive#2837
  • Loading branch information
arnaudbroes committed Aug 29, 2019
1 parent 16781a0 commit fa96887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/schema/graphs/graph.php
Expand Up @@ -159,7 +159,7 @@ public function display_json_ld() {
$schema_data = str_replace( '\/', '/', $schema_data );
}
// If json encode returned false, set as empty string.
if ( ! $schema_data ){
if ( ! $schema_data ) {
$schema_data = '';
}

Expand Down

0 comments on commit fa96887

Please sign in to comment.