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:

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to