Skip to content

Commit

Permalink
Add final slash to default context URI
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed May 28, 2018
1 parent 8f2affa commit 3355b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MooX/Role/JSON_LD.pm
Expand Up @@ -170,7 +170,7 @@ has context => (
);

sub _build_context {
return 'http://schema.org';
return 'http://schema.org/';
}

sub json_ld_data {
Expand Down

0 comments on commit 3355b48

Please sign in to comment.