projects
/
websub-hub
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d095157
)
fix html template
author
Justin Wind
<justin.wind+git@gmail.com>
Sat, 6 Nov 2021 23:01:24 +0000
(16:01 -0700)
committer
Justin Wind
<justin.wind+git@gmail.com>
Wed, 29 Dec 2021 01:07:00 +0000
(17:07 -0800)
src/template/template-helper.js
patch
|
blob
|
history
diff --git
a/src/template/template-helper.js
b/src/template/template-helper.js
index c633e41542505c17c091d8e2e6866276e1bf8372..0ff90772ec7ebd2479344979b08e7d4c075fdb01 100644
(file)
--- a/
src/template/template-helper.js
+++ b/
src/template/template-helper.js
@@
-172,7
+172,7
@@
function renderSubscriptionRowHeader() {
function htmlHead(pagePathLevel, pageTitle, headElements = []) {
const rootPathPfx = '../'.repeat(pagePathLevel);
return `<!DOCTYPE html>
-<html lang="en>
+<html lang="en
"
>
<head>
<meta charset="utf-8">` +
headElements.map((e) => `${' '.repeat(2)}${e}`).join('\n') + `