<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-www.

</pre>
<p><a href="https://github.com/macports/macports-www/commit/488f8eab8d2c2b44a27a2c027c816bd6940fa353">https://github.com/macports/macports-www/commit/488f8eab8d2c2b44a27a2c027c816bd6940fa353</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 488f8ea  Don't serve HTML5 pages as application/xhtml+xml
</span>488f8ea is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 488f8eab8d2c2b44a27a2c027c816bd6940fa353
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sun Jan 14 04:48:39 2018 +1100

<span style='display:block; white-space:pre;color:#404040;'>    Don't serve HTML5 pages as application/xhtml+xml
</span>---
 includes/common.inc | 3 ---
 1 file changed, 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/includes/common.inc b/includes/common.inc
</span><span style='display:block; white-space:pre;color:#808080;'>index b76f0a9..8dadd63 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/includes/common.inc
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/includes/common.inc
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,9 +50,6 @@ function print_header($title, $encoding) {
</span>     require_once 'AcceptMime.class.php';
     $accept_mime = new AcceptMime();
     $mime_type = "text/html";
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if ($accept_mime->acceptable("application/xhtml+xml")) {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        $mime_type = "application/xhtml+xml";
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span>     header("Content-Type: $mime_type; charset=$encoding");
 
     include("header.inc");
</pre><pre style='margin:0'>

</pre>