diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-02-23 13:49:40 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-02-23 13:49:40 +0300 |
| commit | 54c1b5c6110262c93b0692631f5ffb2d2c511257 (patch) | |
| tree | 7a4430c917512bce6419cbad9798ff16ddce704d /plugins | |
| parent | 2fa3e019f1790f29115d7b394acbc187c0544e7f (diff) | |
fill in some missing doctypes; use short doctype where it wasn't
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/auth_internal/init.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/auth_internal/init.php b/plugins/auth_internal/init.php index e1eee9f15..8200ddc02 100644 --- a/plugins/auth_internal/init.php +++ b/plugins/auth_internal/init.php @@ -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" /> |