fix linting

This commit is contained in:
quenousimporte 2023-10-20 14:18:51 +02:00
parent 960a108dc0
commit 03ca5fa848
1 changed files with 1 additions and 1 deletions

View File

@ -1058,7 +1058,7 @@ function sharehtml()
function getfilename(title)
{
title.replace(/[?"<>|*:/\\]/g, "_") + ".md";
return title.replace(/[\?\"<>|\*:\/\\]/g, "_") + ".md";
}
function download(filename, content)