diff options
-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"> |