fix html template
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 6 Nov 2021 23:01:24 +0000 (16:01 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Wed, 29 Dec 2021 01:07:00 +0000 (17:07 -0800)
src/template/template-helper.js

index c633e41542505c17c091d8e2e6866276e1bf8372..0ff90772ec7ebd2479344979b08e7d4c075fdb01 100644 (file)
@@ -172,7 +172,7 @@ function renderSubscriptionRowHeader() {
 function htmlHead(pagePathLevel, pageTitle, headElements = []) {
   const rootPathPfx = '../'.repeat(pagePathLevel);
   return `<!DOCTYPE html>
 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') + `
   <head>
     <meta charset="utf-8">` +
   headElements.map((e) => `${'  '.repeat(2)}${e}`).join('\n') + `