Fix charset header of exported HTML/XLS file (bug #1541100).
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2006-08-16 Michal Čihař <michal@cihar.com>
|
||||
* libraries/export/htmlexcel.php: Fix charset header of exported HTML/XLS
|
||||
file (bug #1541100).
|
||||
|
||||
2006-08-15 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
* lang/german: Updated
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user