summaryrefslogtreecommitdiff
path: root/index.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 /index.php
parent2fa3e019f1790f29115d7b394acbc187c0544e7f (diff)
fill in some missing doctypes; use short doctype where it wasn't
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index 9dabdb7e0..e0767eb9f 100644
--- a/index.php
+++ b/index.php
@@ -34,8 +34,7 @@
header('Content-Type: text/html; charset=utf-8');
?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html>
<html>
<head>
<title>Tiny Tiny RSS</title>