[geeklog-cvs] geeklog: Send the Microsummary as text/plain

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Sep 11 11:54:42 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/65354b120142
changeset: 7303:65354b120142
user:      Dirk Haun <dirk at haun-online.de>
date:      Fri Sep 11 13:13:01 2009 +0200
description:
Send the Microsummary as text/plain

diffstat:

 public_html/index.php |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 1e19b2c8a8cf -r 65354b120142 public_html/index.php
--- a/public_html/index.php	Fri Sep 11 13:03:06 2009 +0200
+++ b/public_html/index.php	Fri Sep 11 13:13:01 2009 +0200
@@ -103,6 +103,7 @@
         }
         $pagetitle = $_CONF['site_name'] . ' - ' . $pagetitle;
     }    
+    header('Content-Type: text/plain; charset=' . COM_getCharset());
     die($pagetitle);
 }
 



More information about the geeklog-cvs mailing list