aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-29 21:05:28 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-29 21:05:28 +0200
commit22cee093fc4ec9c36892a0edd9f00bcb1d64ee16 (patch)
treedd7783890c0b0241eb3977e19201ff9de3f92e8f /src
parent9956f3071549569f4f972331ab0756c4c88ab713 (diff)
Fix styling issue
Diffstat (limited to 'src')
-rw-r--r--src/templates/-base.html.tmpl2
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">