diff --git a/bibtexbrowser.php b/bibtexbrowser.php index efaa318..4a006f3 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -2488,6 +2488,9 @@ class HTMLWrapper { */ function HTMLWrapper(&$content,$metatags=array()/* an array name=>value*/) { +// when we load a page with AJAX +// the HTTP header is taken into account, not the +header('Content-type: text/html; charset='.ENCODING); echo ''."\n"; ?>