diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-07-02 15:14:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | ffc3747ff10f260a7ff3705681fdbaefc055e120 (patch) | |
tree | 64a98332894efdea4abead09512a48fd1af3c6f1 /src/sdp/meta/metadoc_from_src.d | |
parent | obj.metainfo node type info, ancestors (diff) |
cosmetic
Diffstat (limited to 'src/sdp/meta/metadoc_from_src.d')
-rw-r--r-- | src/sdp/meta/metadoc_from_src.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdp/meta/metadoc_from_src.d b/src/sdp/meta/metadoc_from_src.d index ee82257..962fef9 100644 --- a/src/sdp/meta/metadoc_from_src.d +++ b/src/sdp/meta/metadoc_from_src.d @@ -5409,7 +5409,6 @@ template SiSUdocAbstraction() { || (contents_am[cntr].metainfo.is_a == "block") || (contents_am[cntr].metainfo.is_a == "verse")); assert(cntr >= previous_count); - previous_count=cntr; assert( (contents_am[cntr].text).match( rgx.inline_notes_delimiter_al_regular_number_note) @@ -5417,6 +5416,7 @@ template SiSUdocAbstraction() { } body { mixin InternalMarkup; + previous_count=cntr; static auto mkup = InlineMarkup(); static auto munge = ObjInlineMarkupMunge(); foreach( |