1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:25:55 +00:00

fill in some missing doctypes; use short doctype where it wasn't

This commit is contained in:
Andrew Dolgov
2019-02-23 13:49:40 +03:00
parent 2fa3e019f1
commit 54c1b5c611
10 changed files with 17 additions and 9 deletions

View File

@@ -48,7 +48,9 @@ class Auth_Internal extends Plugin implements IAuthModule {
}
} else {
$return = urlencode($_REQUEST["return"]);
?><html>
?>
<!DOCTYPE html>
<html>
<head>
<title>Tiny Tiny RSS</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />