[SCM] build.samba.org - branch master updated

Jelmer Vernooij jelmer at samba.org
Mon Nov 22 17:30:46 MST 2010


The branch, master has been updated
       via  3b2645a Set charset.
      from  6dbfeac Fix div close.

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 3b2645a9fe61fa9e100a1bf49b9d4359bd15fb76
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Nov 23 01:29:50 2010 +0100

    Set charset.

-----------------------------------------------------------------------

Summary of changes:
 buildfarm/web/__init__.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py
index 8e4227e..bb2b2ff 100755
--- a/buildfarm/web/__init__.py
+++ b/buildfarm/web/__init__.py
@@ -896,7 +896,8 @@ class BuildFarmApp(object):
             page = ViewSummaryPage(self.buildfarm)
             yield "".join(page.render_text(myself))
         else:
-            start_response('200 OK', [('Content-type', 'text/html')])
+            start_response('200 OK', [
+                ('Content-type', 'text/html; charset=utf-8')])
 
             yield "<html>\n"
             yield "  <head>\n"


-- 
build.samba.org


More information about the samba-cvs mailing list