summaryrefslogtreecommitdiffstats
path: root/examples/table.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/table.php')
-rwxr-xr-xexamples/table.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/table.php b/examples/table.php
index 5dbda3e..55e024e 100755
--- a/examples/table.php
+++ b/examples/table.php
@@ -14,7 +14,7 @@ $inputCsv->setEncodingFrom("iso-8859-15");
<!doctype html>
<html lang="fr">
<head>
- <meta charset="<?=$inputCsv->getEncodingFrom()?>">
+ <meta charset="utf-8">
<title>Using the toHTML() method</title>
<link rel="stylesheet" href="example.css">
</head>