Skip to content

Commit 1f7c1cd

Browse files
committed
fix file format
1 parent e6e52e3 commit 1f7c1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/inria/corese/core/next/api/base/io/RDFFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class RDFFormat extends FileFormat {
6767

6868
public static final RDFFormat RDFa = new RDFFormat(
6969
"RDFa",
70-
List.of("html"),
70+
List.of("html", "xhtml"),
7171
List.of("text/html", "application/xhtml+xml"),
7272
true,
7373
false);

0 commit comments

Comments
 (0)