changeset 64:1db4839e6197 trunk

One more namespace fix (in the Trac example).
author cmlenz
date Fri, 07 Jul 2006 19:33:47 +0000
parents 366284df3620
children b3fdf93057ab
files examples/trac/trac/web/chrome.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/trac/trac/web/chrome.py
+++ b/examples/trac/trac/web/chrome.py
@@ -161,7 +161,7 @@
             fileobj = open(os.path.join(templates_dir, 'site.html'), 'w')
             try:
                 fileobj.write("""<html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:py="http://purl.org/kid/ns#" py:strip="">
+      xmlns:py="http://markup.edgewall.org/" py:strip="">
   <!-- Custom match templates fo here -->
 </html>""")
             finally:
Copyright (C) 2012-2017 Edgewall Software