mirror of
https://github.com/correl/melpa.git
synced 2024-11-21 19:18:40 +00:00
Fix display of "Renamed from" names on package pages
This commit is contained in:
parent
834d6d8444
commit
fe389e4a15
1 changed files with 1 additions and 1 deletions
|
@ -334,7 +334,7 @@
|
|||
m("dd", intersperse(ctrl.neededBy().map(this.reverseDepLink), " / ")),
|
||||
pkg.oldNames.length > 0 ? [
|
||||
m("dt", "Renamed from:"),
|
||||
pkg.oldNames
|
||||
m("dd", intersperse(pkg.oldNames, ', '))
|
||||
// m("dt", "Old name needed by:"),
|
||||
// m("dd", "TODO")
|
||||
] : []
|
||||
|
|
Loading…
Reference in a new issue