diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-09-05 09:57:28 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2014-09-05 09:57:28 -0400 |
commit | 322d6019b020882a4df2fe51df9846ff15b40f09 (patch) | |
tree | e19352a87b6c5206af9e2f4c4bd56f77fc8d5345 /GradeBook_lib.tcl | |
parent | 018eb98b11661e227688d1bfe8875e3ccd0971f9 (diff) | |
download | GradeBook-322d6019b020882a4df2fe51df9846ff15b40f09.tar.gz GradeBook-322d6019b020882a4df2fe51df9846ff15b40f09.zip |
html tag modified: contains lang now, removed xmlns
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 007f9c2..eff8c0f 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -2636,7 +2636,7 @@ proc htmlHeader {} { set page_title "Course grades for $CourseTitle, $CourseYear - $CourseSemester" puts {<!doctype html> -<html xmlns="http://www.w3.org/1999/xhtml"> +<html lang="en-US"> <head>} puts [join [list { } {<title>} $page_title {</title>}] ""] puts {\ @@ -2649,7 +2649,7 @@ puts {\ proc htmlHeaderDBSelector {} { puts {<!doctype html> -<html xmlns="http://www.w3.org/1999/xhtml"> +<html lang="en-US"> <head> <meta http-equiv="Content-Type" content= "text/html; charset=us-ascii" /> <title>Grade Books Selector</title> |