Fix charset header of exported HTML/XLS file (bug #1541100).

This commit is contained in:
Michal Čihař
2006-08-16 09:10:23 +00:00
parent 90ce010e35
commit 0eae2f35a7
2 changed files with 5 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ xmlns="http://www.w3.org/TR/REC-html40">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=<?php echo isset($charset_of_file) ? $charset_of_file : $charset; ?>" />
<meta http-equiv="Content-type" content="text/html;charset=' . ( isset($charset_of_file) ? $charset_of_file : $charset ) .'" />
<style id="Classeur1_16681_Styles">
</style>