From f92e77bcc969366d0c6097a59a1f58409c38944a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 8 Feb 2011 16:30:59 +0100 Subject: [PATCH] Use utf-8 for this file as well, though it is not used right now --- license.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/license.php b/license.php index 8d62dbe4a..2a5dc9765 100644 --- a/license.php +++ b/license.php @@ -17,7 +17,7 @@ require './libraries/common.inc.php'; /** * */ -header('Content-type: text/plain; charset=iso-8859-1'); +header('Content-type: text/plain; charset=utf-8'); $filename = LICENSE_FILE;