mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
fixed file url issue (#1054)
This commit is contained in:
parent
606893286a
commit
ffda04f9b4
@ -241,4 +241,4 @@ function surroundKeywords(keywords, text, prefix, suffix) {
|
||||
return text.replace(re, prefix + '$1' + suffix);
|
||||
}
|
||||
|
||||
module.exports = { removeDiacritics, escapeFilename, wrap, splitCommandString, padLeft, toTitleCase, escapeHtml, pregQuote, surroundKeywords };
|
||||
module.exports = { removeDiacritics, escapeFilename, wrap, splitCommandString, padLeft, toTitleCase, urlDecode, escapeHtml, pregQuote, surroundKeywords };
|
||||
|
Loading…
x
Reference in New Issue
Block a user