aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-10-09 13:16:41 +0200
committerChristian Weiske <cweiske@cweiske.de>2010-10-09 13:16:41 +0200
commit001534eb2b7d7366e57b307084fb6e59fffa1726 (patch)
tree7a882bd6f831595cc9f4388ef1672bc6520dad08 /www
parent2d90851b33e4c6b31b0efa8fc581569346466777 (diff)
downloadsemanticscuttle-001534eb2b7d7366e57b307084fb6e59fffa1726.tar.gz
semanticscuttle-001534eb2b7d7366e57b307084fb6e59fffa1726.tar.bz2
make export_html work in strict mode, too
Diffstat (limited to 'www')
-rw-r--r--www/api/export_html.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/api/export_html.php b/www/api/export_html.php
index c7c8cf4..33401e7 100644
--- a/www/api/export_html.php
+++ b/www/api/export_html.php
@@ -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';