added reports.html, id for every box
This commit is contained in:
parent
4c09947b36
commit
ed25652ced
@ -1585,7 +1585,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>`;
|
</section>`;
|
||||||
|
|
||||||
|
|
||||||
function parsePlot(plottext) {
|
function parsePlot(plottext) {
|
||||||
|
|
||||||
var tstring = plottext.replace(/\s+/g, " ") // collapse all whitespace to single whitespace
|
var tstring = plottext.replace(/\s+/g, " ") // collapse all whitespace to single whitespace
|
||||||
@ -10916,7 +10915,7 @@
|
|||||||
else
|
else
|
||||||
fill = 'none'
|
fill = 'none'
|
||||||
article_structure +=
|
article_structure +=
|
||||||
`<div class="article-body">
|
`<div class="article-body" id="boxid_${article_data.contentSHA256Hash}">
|
||||||
<div class="article-header">
|
<div class="article-header">
|
||||||
<h5 title="Article author">${article_data.content_creator}</h5>
|
<h5 title="Article author">${article_data.content_creator}</h5>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
10665
reports.html
Normal file
10665
reports.html
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user