From 001534eb2b7d7366e57b307084fb6e59fffa1726 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 9 Oct 2010 13:16:41 +0200 Subject: make export_html work in strict mode, too --- www/api/export_html.php | 2 ++ 1 file changed, 2 insertions(+) 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'; -- cgit v1.2.3