Fossil SCM

Fix a typo in the <DOCTYPE> marking at the top of each webpage. Ticket [c18a77e837a66122ed19].

drh 2010-11-07 23:56 trunk
Commit eea8810b21fb34b1397a2f6b465414b3f52405d9
1 file changed +1 -1
+1 -1
--- src/style.c
+++ src/style.c
@@ -89,11 +89,11 @@
8989
va_end(ap);
9090
9191
cgi_destination(CGI_HEADER);
9292
cgi_printf("%s",
9393
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\""
94
- " \"http://www.x3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");
94
+ " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");
9595
9696
if( g.thTrace ) Th_Trace("BEGIN_HEADER<br />\n", -1);
9797
9898
/* Generate the header up through the main menu */
9999
Th_Store("project_name", db_get("project-name","Unnamed Fossil Project"));
100100
--- src/style.c
+++ src/style.c
@@ -89,11 +89,11 @@
89 va_end(ap);
90
91 cgi_destination(CGI_HEADER);
92 cgi_printf("%s",
93 "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\""
94 " \"http://www.x3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");
95
96 if( g.thTrace ) Th_Trace("BEGIN_HEADER<br />\n", -1);
97
98 /* Generate the header up through the main menu */
99 Th_Store("project_name", db_get("project-name","Unnamed Fossil Project"));
100
--- src/style.c
+++ src/style.c
@@ -89,11 +89,11 @@
89 va_end(ap);
90
91 cgi_destination(CGI_HEADER);
92 cgi_printf("%s",
93 "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\""
94 " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");
95
96 if( g.thTrace ) Th_Trace("BEGIN_HEADER<br />\n", -1);
97
98 /* Generate the header up through the main menu */
99 Th_Store("project_name", db_get("project-name","Unnamed Fossil Project"));
100

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button