1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-12 17:45:47 +01:00

Fix :list* source links.

This commit is contained in:
Kris Maglione
2011-06-16 09:43:08 -04:00
parent fefe76dfa0
commit 3c15e4d290
2 changed files with 2 additions and 2 deletions

View File

@@ -496,7 +496,7 @@ var Template = Module("Template", {
let (name = item.name || item.names[0], frame = item.definedAt)
!frame ? name :
template.helpLink(help(item), name, "Title") +
<span highlight="LinkInfo" xmlns:dactyl={NS}>{_("io.definedAt", sourceLink(frame))}</span>
<span highlight="LinkInfo" xmlns:dactyl={NS}>{_("io.definedAt")} {sourceLink(frame)}</span>
}</span>
</td>
{ item.columns ? template.map(item.columns, function (c) <td>{c}</td>) : "" }