]> git.defcon.no Git - plsgen/blobdiff - full.tpl
Three new features, three bugfixes. Version 0.4 code.
[plsgen] / full.tpl
index 2be36e90a7804791aa69ae9255943959e121fc87..91eb5c4d2990b7c08eabb38fdeca2a6e125b0882 100644 (file)
--- a/full.tpl
+++ b/full.tpl
@@ -1,11 +1,13 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml"> 
   <head>
     <title>%{title}</title>
     %{main_meta}
     %{navigation_script}
+    <meta http-equiv="Content-type" content="text/html;charset=UTF-9" /> 
+
   </head>
-<body bgcolor=white>
-<center>
+<body>
 
 <h2>%{title}</h2>
 
@@ -44,7 +46,6 @@ Generated %{gallery_timestamp}
 
 %{navscript}
 
-</center>
 </body>
 </html>