Format name and creator
This commit is contained in:
parent
da9ffd9224
commit
265583e0c5
6 changed files with 12 additions and 4 deletions
|
|
@ -95,7 +95,7 @@ BR.Diff.diffPrettyHtml = function (diffs, contextLen = 2) {
|
|||
// TODO remove
|
||||
// copied from Gpx.test.js
|
||||
BR.Diff.adoptGpx = function (gpx, replaceCreator = true) {
|
||||
const creator = 'togpx';
|
||||
const creator = 'BRouter-Web 0.15.1';
|
||||
const name = 'Track';
|
||||
const newline = '\n';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue