diff options
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-x | GradeBook_lib.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index 4ecb910..007f9c2 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -2640,9 +2640,9 @@ puts {<!doctype html> <head>} puts [join [list { } {<title>} $page_title {</title>}] ""] puts {\ - <meta http-equiv="Content-Type" content= "text/html; charset=us-ascii" /> + <meta http-equiv="Content-Type" content= "text/html; charset=us-ascii"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" type="text/css" href="/~evmik/GradeBook.css" /> + <link rel="stylesheet" type="text/css" href="/~evmik/GradeBook.css"> </head> } } |