From 8592d8c68fdf1401754885aac926ed3a82425c03 Mon Sep 17 00:00:00 2001 From: Gerald Britton Date: Fri, 23 Oct 2009 20:43:18 +0000 Subject: [PATCH] change str.format calls back to % operations svn: r13397 --- src/DataViews/GeoView.py | 70 ++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/src/DataViews/GeoView.py b/src/DataViews/GeoView.py index 952422d4f..df4a1cab3 100644 --- a/src/DataViews/GeoView.py +++ b/src/DataViews/GeoView.py @@ -108,67 +108,67 @@ NB_MARKERS_PER_PAGE = 200 #------------------------------------------------------------------------- _HTMLHEADER = ''' + \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\" %(xmllang)s > This is used to pass messages between javascript and python - {css}