소스 검색

Add viewport meta tag to Preferences page. Similiar to commit b4865103 for the main index.php file.

JustAMacUser 6 년 전
부모
커밋
1d74979dfc
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      prefs.php

+ 1 - 0
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 ?>"