Coding style fixes and improvements

This commit is contained in:
Angelos Chalaris
2018-02-04 18:07:31 +02:00
parent 1006da6fa5
commit 91ca70000d
8 changed files with 9 additions and 9 deletions

View File

@ -116,7 +116,7 @@ try {
for (let tag of [...new Set(Object.entries(tagDbData).map(t => t[1][0]))]
.filter(v => v)
.sort((a, b) => a.localeCompare(b))) {
if (capitalize(tag, true) == 'Uncategorized') {
if (capitalize(tag, true) === 'Uncategorized') {
uncategorizedOutput +=
`<h3>` +
md