Skip to content

Commit

Permalink
jsonldhtml output improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta committed Apr 5, 2021
1 parent bd879ea commit 82b498a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/pl/edu/uwb/ii/sdfeater/File.java
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void parse(Molecule molecule, SDFEater.Format format, SDFEater.Subject subject)
"<html lang=\"en\">\n" +
" <head>\n" +
" <title>Example Document</title>\n" +
" <script type=\"application/ld+json\">" +
" <script type=\"application/ld+json\">\n" +
"{\n" +
" \"@graph\" : [\n" +
" {\n" +
Expand Down Expand Up @@ -489,7 +489,7 @@ void parse(Molecule molecule, SDFEater.Format format, SDFEater.Subject subject)
" },\n" +
" \"schema\" : \"https://schema.org/\"\n" +
" }\n" +
"}" +
"}\n" +
" </script>\n" +
" </head>\n" +
"</html>");
Expand Down

0 comments on commit 82b498a

Please sign in to comment.