summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorJustAMacUser <[email protected]>2017-11-16 12:18:28 -0500
committerJustAMacUser <[email protected]>2017-11-16 12:18:28 -0500
commit1d74979dfce07838bdc57f52be5477afc557a485 (patch)
tree7f6d8051ae8e0a78d7fcade33f72b6534a97febb /prefs.php
parent138813314e4b406034630cc295fd50d704da3c41 (diff)
Add viewport meta tag to Preferences page. Similiar to commit b4865103 for the main index.php file.
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index b1cdb0b49..82f23f583 100644
--- a/prefs.php
+++ b/prefs.php
@@ -31,6 +31,7 @@
<html>
<head>
<title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
+ <meta name="viewport" content="initial-scale=1,width=device-width" />
<script type="text/javascript">
var __ttrss_version = "<?php echo VERSION ?>"