diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-05 18:09:10 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-05 18:09:10 +0000 |
| commit | f4b0932e2226114d510fcf1ca6acd5875ebb581d (patch) | |
| tree | 50c4eebc9eb292bd956e2bdf9a6716881ab8ccbc /extra | |
| parent | fix accidentally committed bugs (diff) | |
| download | alive-f4b0932e2226114d510fcf1ca6acd5875ebb581d.tar.gz alive-f4b0932e2226114d510fcf1ca6acd5875ebb581d.zip | |
docs/guide
Diffstat (limited to 'extra')
| -rw-r--r-- | extra/layout.moon | 2 |
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' } |
