Skip to content

Commit

Permalink
Fix URL for serializer.setFeature (http-ok)
Browse files Browse the repository at this point in the history
  • Loading branch information
RZR-UA committed Dec 26, 2024
1 parent 5790f80 commit b688c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ object GpxUtilities {
} else {
throw KException("Output file or stream is not defined")
}
serializer.setFeature("https://xmlpull.org/v1/doc/features.html#indent-output", true)
serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true)
serializer.startDocument("UTF-8", true)
serializer.startTag(null, "gpx")
serializer.attribute(null, "version", "1.1")
Expand Down

0 comments on commit b688c38

Please sign in to comment.