Make the login page more mobile friendly.

SVN:trunk[4041]
This commit is contained in:
Denis Flaven
2016-05-10 13:33:45 +00:00
parent 45ddc7f71b
commit 1621f2ba31
2 changed files with 10 additions and 0 deletions

View File

@@ -483,6 +483,7 @@ class WebPage implements Page
echo "<html>\n";
echo "<head>\n";
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\n";
echo "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, shrink-to-fit=no\" />";
echo "<title>".htmlentities($this->s_title, ENT_QUOTES, 'UTF-8')."</title>\n";
echo $this->get_base_tag();
foreach($this->a_linked_scripts as $s_script)