aboutsummaryrefslogtreecommitdiffstats
path: root/extra/layout.moon
diff options
context:
space:
mode:
Diffstat (limited to 'extra/layout.moon')
-rw-r--r--extra/layout.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/layout.moon b/extra/layout.moon
index 4dc67c2..e60fd25 100644
--- a/extra/layout.moon
+++ b/extra/layout.moon
@@ -18,7 +18,7 @@ render = (name, value, prefix=nil) ->
div {
:id, class: 'def'
- label (a (code name), :id, href: "##{id}"), ' (', type, '):'
+ label (a (code name), href: "##{id}"), ' (', type, '):'
div content, class: 'nest'
}