mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:25:55 +00:00
fill in some missing doctypes; use short doctype where it wasn't
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user