set charset to "utf-8"
This commit is contained in:
parent
76fc7a2d9c
commit
c3637c4d9d
|
@ -53,7 +53,10 @@ class Auth_Internal extends Plugin implements IAuthModule {
|
|||
} else {
|
||||
$return = urlencode($_REQUEST["return"]);
|
||||
?><html>
|
||||
<head><title>Tiny Tiny RSS</title></head>
|
||||
<head>
|
||||
<title>Tiny Tiny RSS</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
<?php echo stylesheet_tag("css/default.css") ?>
|
||||
<body class="ttrss_utility otp"><div class="content">
|
||||
<form action="public.php?return=<?php echo $return ?>"
|
||||
|
|
Loading…
Reference in New Issue