diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-05-18 21:51:03 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2013-05-18 21:51:03 -0400 |
commit | de2a45af4940c5a0b9aa570743b8002c153b4d5f (patch) | |
tree | 8cddee5c89febe557f219e460fd2803b1d499751 /GradeBook_lib.tcl | |
parent | 16c16a352f3054cc28cd0cf5bf2ba27155ff248f (diff) | |
download | GradeBook-de2a45af4940c5a0b9aa570743b8002c153b4d5f.tar.gz GradeBook-de2a45af4940c5a0b9aa570743b8002c153b4d5f.zip |
added meta to html output to make it handheld friendly
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-x | GradeBook_lib.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index d808faf..9514263 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -1933,6 +1933,7 @@ puts { <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content= "text/html; charset=us-ascii" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Grade Book</title> <link rel="stylesheet" type="text/css" href="/~evmik/GradeBook.css" /> </head> |