opoto / wtracks

Online track editor for outdoor activities
https://opoto.github.io/wtracks
Apache License 2.0
84 stars 25 forks source link

Ampersands in track name and/or description are not escaped in saved GPX #3

Closed PikeUK closed 6 years ago

PikeUK commented 6 years ago

Ampersands in the track name and/or the description are not escaped in the saved GPX file.

Steps to reproduce:

  1. Click Edit track details pen icon.
  2. Add an ampersand to name or description field then click OK.
  3. Click menu->File->Save, save file.

The saved GPX file is invalid because the & is not escaped.

p.s. Thanks for the editor, great work.

opoto commented 6 years ago

Thanks again!