diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-29 21:05:28 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-29 21:05:28 +0200 |
commit | 22cee093fc4ec9c36892a0edd9f00bcb1d64ee16 (patch) | |
tree | dd7783890c0b0241eb3977e19201ff9de3f92e8f /src | |
parent | 9956f3071549569f4f972331ab0756c4c88ab713 (diff) |
Fix styling issue
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/-base.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/-base.html.tmpl b/src/templates/-base.html.tmpl index 156fa47..ba2ef7d 100644 --- a/src/templates/-base.html.tmpl +++ b/src/templates/-base.html.tmpl @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html lang={{ .Printer.Bcp }}> +<html lang="{{ .Printer.Bcp }}"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> |