jdrescher2006 / Laufhelden

Sport tracker for Sailfish OS
GNU General Public License v3.0
16 stars 17 forks source link

Special characters are not escaped in workout name #158

Open Karry opened 4 years ago

Karry commented 4 years ago

Hi.

I wanted to rename my hike with & character in name. But Laufhelden don't escape this character and generates invalid xml file (gpx). This workout is not displayed in the list anymore. Workaround was simple, I just open gpx file in text editor and replace this character with xml escape sequence: &

It would be great to escape all user input values (name, description) and always provide valid gpx file...