aboutsummaryrefslogtreecommitdiff
path: root/core/ext
diff options
context:
space:
mode:
Diffstat (limited to 'core/ext')
-rw-r--r--core/ext/pm/modules_browser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/pm/modules_browser.lua b/core/ext/pm/modules_browser.lua
index f8b08eba..430fa162 100644
--- a/core/ext/pm/modules_browser.lua
+++ b/core/ext/pm/modules_browser.lua
@@ -61,7 +61,7 @@ if type(keys) == 'table' then
keys.$1 = {
al = {
m = { textadept.io.open,
- textadept.iconv(_USERHOME..'/modules/$1/init.lua'''''),
+ textadept.iconv(_USERHOME..'/modules/$1/init.lua'),
'UTF-8', _CHARSET) },
},
}