Explorar el Código

Add hint on charset to html template

Toni Fadjukoff hace 9 años
padre
commit
8d21c5da4a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      food.py

+ 1 - 0
food.py Ver fichero

79
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fi" lang="fi">
79
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fi" lang="fi">
80
 <head>
80
 <head>
81
   <title>Ruokalistat</title>
81
   <title>Ruokalistat</title>
82
+  <meta charset="UTF-8"/>
82
   <link rel="stylesheet" type="text/css" href="{resources_prefix}ruoka.css" />
83
   <link rel="stylesheet" type="text/css" href="{resources_prefix}ruoka.css" />
83
 </head>
84
 </head>
84
 <body>
85
 <body>