]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
make export_html work in strict mode, too
authorChristian Weiske <cweiske@cweiske.de>
Sat, 9 Oct 2010 11:16:41 +0000 (13:16 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 9 Oct 2010 11:16:41 +0000 (13:16 +0200)
www/api/export_html.php

index c7c8cf494f97d69503b9f14fce716dc438165b0e..33401e733cdf2fb28033e9d849c307c1165ca905 100644 (file)
@@ -22,6 +22,8 @@
 // del.icio.us behavior:
 // - doesn't include the filtered tag as an attribute on the root element (we do)
 
+//this page here is really not valid in any way
+$httpContentType = 'text/html';
 // Force HTTP authentication first!
 require_once 'httpauth.inc.php';