diff --git a/index.html b/index.html index e02baca..cc3f75d 100644 --- a/index.html +++ b/index.html @@ -11310,10 +11310,11 @@ const headings = Object.values(cloudArticleApp.export_file_object).sort((a, b) => a.rank < b.rank); let t = ``; + let count = 0; for (textContent of headings) { t += `
-
`; +
`; let snippets = Object.values(textContent.contents).sort((c, d) => c.rank < d.rank); t += `
${textContent.title}
`; for (snips of snippets) { @@ -11322,6 +11323,7 @@ } t += `
`; } + count = 0; let template = cloudArticleApp.html_template(t); @@ -11697,11 +11699,11 @@
-
${Object.keys(floGlobals.appObjects[cloudArticleApp.SUBJECT])[0]}
+
${Object.keys(floGlobals.appObjects[cloudArticleApp.SUBJECT])[0]}
-
Exported by RanchiMall Content Collaboration on FLO Blockchain
+
Exported by RanchiMall Content Collaboration on FLO Blockchain
-
`; +
`; t += `${mid_section}`; t += `