diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-11-16 01:05:52 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-11-16 01:05:52 +0700 |
| commit | 43dfd5e2dc5c2c08668659534e0fe2e6b678526f (patch) | |
| tree | 88199e897d72bb766767ecf9ed0e291e82754182 /attribute_entry.go | |
| parent | 4a96e9e82173f4c4e369fb71050f931575317c86 (diff) | |
| download | asciidoctor-go-43dfd5e2dc5c2c08668659534e0fe2e6b678526f.tar.xz | |
all: support section "[discrete]" headings style
Diffstat (limited to 'attribute_entry.go')
| -rw-r--r-- | attribute_entry.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attribute_entry.go b/attribute_entry.go index 80fabae..b51a8af 100644 --- a/attribute_entry.go +++ b/attribute_entry.go @@ -14,9 +14,9 @@ type AttributeEntry map[string]string func newAttributeEntry() AttributeEntry { return AttributeEntry{ + metaNameSectIDs: "", metaNameShowTitle: "", metaNameVersionLabel: "", - metaNameSectIDs: "", } } |
