summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-23 13:49:40 +0300
committerAndrew Dolgov <[email protected]>2019-02-23 13:49:40 +0300
commit54c1b5c6110262c93b0692631f5ffb2d2c511257 (patch)
tree7a4430c917512bce6419cbad9798ff16ddce704d /classes/handler/public.php
parent2fa3e019f1790f29115d7b394acbc187c0544e7f (diff)
fill in some missing doctypes; use short doctype where it wasn't
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 37fe8612a..5cb5bd64a 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -525,6 +525,7 @@ class Handler_Public extends Handler {
header('Content-Type: text/html; charset=utf-8');
?>
+ <!DOCTYPE html>
<html>
<head>
<title><?php echo __("Share with Tiny Tiny RSS") ?> ?></title>
@@ -742,6 +743,7 @@ class Handler_Public extends Handler {
header('Content-Type: text/html; charset=utf-8');
?>
+ <!DOCTYPE html>
<html>
<head>
<title>Tiny Tiny RSS</title>
@@ -866,7 +868,7 @@ class Handler_Public extends Handler {
header('Content-Type: text/html; charset=utf-8');
?>
-
+ <!DOCTYPE html>
<html>
<head>
<title>Tiny Tiny RSS</title>
@@ -1071,6 +1073,7 @@ class Handler_Public extends Handler {
}
?>
+ <!DOCTYPE html>
<html>
<head>
<title>Database Updater</title>