summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-01-24 13:02:05 -0500
committerLuke Macken <lmacken@redhat.com>2008-01-24 13:02:05 -0500
commitdf4da5b1811b108b22cf6a4cab5e2fe5d75ef806 (patch)
treebb2d6433f7db19fe36b663b8d5e6378adcc754d3 /funcweb
parent86c80167b3df69cb7b21574c36f512bf3f16daf1 (diff)
downloadthird_party-func-df4da5b1811b108b22cf6a4cab5e2fe5d75ef806.tar.gz
third_party-func-df4da5b1811b108b22cf6a4cab5e2fe5d75ef806.tar.xz
third_party-func-df4da5b1811b108b22cf6a4cab5e2fe5d75ef806.zip
Port login template to genshi
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/login.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/funcweb/funcweb/templates/login.html b/funcweb/funcweb/templates/login.html
index 4fd6755..e93b271 100644
--- a/funcweb/funcweb/templates/login.html
+++ b/funcweb/funcweb/templates/login.html
@@ -1,7 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!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"
- xmlns:py="http://purl.org/kid/ns#">
+ xmlns:py="http://genshi.edgewall.org/"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
<head>
<meta content="text/html; charset=UTF-8"