fixed file url issue (#1054)

pull/1113/head
tfinnberg 2019-01-09 18:21:32 +01:00 committed by Laurent Cozic
parent 606893286a
commit ffda04f9b4
1 changed files with 1 additions and 1 deletions

View File

@ -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 };