Make the GML exporter's Creator tag syntax conformant

Esse commit está contido em:
Tiago de Paula Peixoto
2014-05-22 12:13:58 +02:00
commit ec2916565f
@@ -167,7 +167,7 @@ public class ExporterGML implements GraphExporter, CharacterExporter, LongTask {
private void exportData(Graph graph) throws IOException {
printOpen("graph");
printTag("Creator Gephi");
printTag("Creator \"Gephi\"");
if (graph.isDirected() || graph.isMixed()) {
printTag("directed 1");
} else if (graph.isUndirected()) {