diff zpt/GIS_schema_table.zpt @ 70:9ec7e32e8ad3

working on maps nicer HTML (with xhtml DTD) better unicode handling for psycopg
author casties
date Tue, 23 Nov 2010 17:16:25 +0100
parents b47314bcff37
children 052b426e9d9f
line wrap: on
line diff
--- a/zpt/GIS_schema_table.zpt	Tue Nov 23 12:54:22 2010 +0100
+++ b/zpt/GIS_schema_table.zpt	Tue Nov 23 17:16:25 2010 +0100
@@ -1,5 +1,7 @@
-<!DOCTYPE html>
-<html tal:define="root here/getRestDbUrl;
+<!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"
+  tal:define="root here/getRestDbUrl;
         schema options/schema; table options/table;
         kmlUrl python:here.getLiveKmlUrl(schema=schema,table=table);
 ">