@ -1026,7 +1026,7 @@ function downloadtag()
zip.generateAsync({type:"blob"})
.then(function(content)
{
saveAs(content, "notes-" + tag + "=" + timestamp() + ".zip");
saveAs(content, "notes-" + tag + "-" + timestamp() + ".zip");
});
}