[Zope-Checkins] SVN: Zope/trunk/src/Zope2/utilities/load_site.py Merged c106985 from 2.12 branch

Hanno Schlichting hannosch at hannosch.eu
Tue Dec 22 19:22:46 EST 2009


Log message for revision 106986:
  Merged c106985 from 2.12 branch
  

Changed:
  U   Zope/trunk/src/Zope2/utilities/load_site.py

-=-
Modified: Zope/trunk/src/Zope2/utilities/load_site.py
===================================================================
--- Zope/trunk/src/Zope2/utilities/load_site.py	2009-12-23 00:21:19 UTC (rev 106985)
+++ Zope/trunk/src/Zope2/utilities/load_site.py	2009-12-23 00:22:46 UTC (rev 106986)
@@ -245,8 +245,8 @@
             body = ("<!--#var standard_html_header-->\n\n" +
                     body + "\n\n<!--#var standard_html_footer-->")
         else:
-            body = ("<html><head><title><dtml-var title_or_id></title>
-                     </head><body bgcolor="#FFFFFF">\n\n" +
+            body = ("<html><head><title><dtml-var title_or_id></title>"
+                    "</head><body bgcolor=\"#FFFFFF\">\n\n" +
                      body + "\n\n</body></html>")
 
     else:



More information about the Zope-Checkins mailing list