mirror of https://github.com/laurent22/joplin.git
fixed file url issue (#1054)
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…
Reference in New Issue