aboutsummaryrefslogtreecommitdiff
path: root/attribute_entry.go
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2020-11-16 01:05:52 +0700
committerShulhan <m.shulhan@gmail.com>2020-11-16 01:05:52 +0700
commit43dfd5e2dc5c2c08668659534e0fe2e6b678526f (patch)
tree88199e897d72bb766767ecf9ed0e291e82754182 /attribute_entry.go
parent4a96e9e82173f4c4e369fb71050f931575317c86 (diff)
downloadasciidoctor-go-43dfd5e2dc5c2c08668659534e0fe2e6b678526f.tar.xz
all: support section "[discrete]" headings style
Diffstat (limited to 'attribute_entry.go')
-rw-r--r--attribute_entry.go2
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: "",
}
}