mirror of
https://github.com/correl/melpa.git
synced 2025-03-07 04:45:08 -10:00
Remove extraneous space added when testing (closes #1938)
This commit is contained in:
parent
df60ea7168
commit
d8f4f05269
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@
|
|||
}
|
||||
|
||||
function packageLink(pkg, contents) {
|
||||
return m("a", {href: "/ " + encodeURIComponent(pkg.name), config: m.route},
|
||||
return m("a", {href: "/" + encodeURIComponent(pkg.name), config: m.route},
|
||||
contents || pkg.name);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue