summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rwxr-xr-xinclude/login_form.php1
-rwxr-xr-xinclude/sanity_check.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/login_form.php b/include/login_form.php
index 68ebcef29..069a1fb6b 100755
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -1,4 +1,5 @@
<?php startup_gettext(); ?>
+<!DOCTYPE html>
<html>
<head>
<title>Tiny Tiny RSS : Login</title>
diff --git a/include/sanity_check.php b/include/sanity_check.php
index c2ecee368..3612b4e56 100755
--- a/include/sanity_check.php
+++ b/include/sanity_check.php
@@ -176,6 +176,7 @@
}
if (count($errors) > 0 && $_SERVER['REQUEST_URI']) { ?>
+ <!DOCTYPE html>
<html>
<head>
<title>Startup failed</title>