aboutsummaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-05 18:09:10 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-05 18:09:10 +0000
commitf4b0932e2226114d510fcf1ca6acd5875ebb581d (patch)
tree50c4eebc9eb292bd956e2bdf9a6716881ab8ccbc /extra
parentfix accidentally committed bugs (diff)
downloadalive-f4b0932e2226114d510fcf1ca6acd5875ebb581d.tar.gz
alive-f4b0932e2226114d510fcf1ca6acd5875ebb581d.zip
docs/guide
Diffstat (limited to 'extra')
-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'
}