summaryrefslogtreecommitdiffstats
path: root/examples/writing.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/writing.php')
-rwxr-xr-xexamples/writing.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/writing.php b/examples/writing.php
index 5be7716..185cfeb 100755
--- a/examples/writing.php
+++ b/examples/writing.php
@@ -29,7 +29,7 @@ $writer->insertAll($teams);
<!doctype html>
<html lang="fr">
<head>
- <meta charset="<?=$writer->getEncodingFrom()?>">
+ <meta charset="utf-8">
<title>Using the \League\Writer object</title>
<link rel="stylesheet" href="example.css">
</head>