Add viewport meta tag to Preferences page. Similiar to commit b4865103
for the main index.php file.
This commit is contained in:
parent
138813314e
commit
1d74979dfc
|
@ -31,6 +31,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
|
<title>Tiny Tiny RSS : <?php echo __("Preferences") ?></title>
|
||||||
|
<meta name="viewport" content="initial-scale=1,width=device-width" />
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var __ttrss_version = "<?php echo VERSION ?>"
|
var __ttrss_version = "<?php echo VERSION ?>"
|
||||||
|
|
Loading…
Reference in New Issue