changeset 9:0a3841171c8f

Add charset tag to html template
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 17 Jun 2020 22:12:32 +0200
parents a5aa39557726
children 1ffe6e4f933c
files test.tmpl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test.tmpl	Wed Jun 17 12:23:56 2020 +0200
+++ b/test.tmpl	Wed Jun 17 22:12:32 2020 +0200
@@ -1,6 +1,7 @@
 <html>
 <head>
     <title>{{title}}</title>
+    <meta charset="UTF-8">
 </head>
 <body>
 {{{content}}}