diff options
| author | JustAMacUser <noreply@example.org> | 2017-11-16 12:18:28 -0500 |
|---|---|---|
| committer | JustAMacUser <noreply@example.org> | 2017-11-16 12:18:28 -0500 |
| commit | 1d74979dfce07838bdc57f52be5477afc557a485 (patch) | |
| tree | 7f6d8051ae8e0a78d7fcade33f72b6534a97febb | |
| parent | 138813314e4b406034630cc295fd50d704da3c41 (diff) | |
Add viewport meta tag to Preferences page. Similiar to commit b4865103 for the main index.php file.
| -rw-r--r-- | prefs.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ?>" |