Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

Change div to article in issue table/statistics generation

This commit is contained in:
Bauke 2018-10-31 23:54:35 +01:00
parent 014c40fc90
commit 96ebdd5cb7
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ function createTable() {
return (aFile.iid > bFile.iid) ? 1 : ((bFile.iid > aFile.iid) ? -1 : 0)
})
let table = 'div(id="issue-table")\n'
let table = 'article(id="issue-table")\n'
table += ' h2 Issue Table\n'
table += ' h3(id="opened") Opened\n'
@ -220,7 +220,7 @@ function createStatistics() {
let opened = klaw(openedPath)
let closed = klaw(closedPath)
let statistics = 'div(id="statistics")\n'
let statistics = 'article(id="statistics")\n'
statistics += ' h2 Statistics\n'
statistics += ` p In the month of ${month} `