summaryrefslogtreecommitdiff
path: root/update.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 /update.php
parent2fa3e019f1790f29115d7b394acbc187c0544e7f (diff)
fill in some missing doctypes; use short doctype where it wasn't
Diffstat (limited to 'update.php')
-rwxr-xr-xupdate.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/update.php b/update.php
index 434162a1b..21aa09d01 100755
--- a/update.php
+++ b/update.php
@@ -56,7 +56,9 @@
}
if (count($options) == 0 && !defined('STDIN')) {
- ?> <html>
+ ?>
+ <!DOCTYPE html>
+ <html>
<head>
<title>Tiny Tiny RSS data update script.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">