JavaScript error if file contains the "&" character

One of my GPX files contains an "&" character.

This triggers a JavaScript error because in the gpxpod.markersPopupTxt array this characters is stored as the HTML entity "&", so no index with the original file name in the array.

chrome_2017-08-14_13-58-06

chrome_2017-08-14_13-58-43