1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:35:55 +00:00

fill in some missing doctypes; use short doctype where it wasn't

This commit is contained in:
Andrew Dolgov
2019-02-23 13:49:40 +03:00
parent 2fa3e019f1
commit 54c1b5c611
10 changed files with 17 additions and 9 deletions

View File

@@ -26,8 +26,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 : <?php echo __("Preferences") ?></title>