Fossil SCM

Fix to the DOCTYPE of generated HTML pages. Ticket [25ff8cff2bdb41766e91]

drh 2010-08-15 19:36 trunk
Commit c1bec02aae0e8cddc748ee3e32ddbc570be9d8b0
1 file changed +1 -1
+1 -1
--- src/style.c
+++ src/style.c
@@ -83,11 +83,11 @@
8383
zTitle = vmprintf(zTitleFormat, ap);
8484
va_end(ap);
8585
8686
cgi_destination(CGI_HEADER);
8787
cgi_printf("%s",
88
- "<!DOCTYPE html PUBLIC \"-//W3C/DTD XHTML 1.0 Strict//EN\""
88
+ "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\""
8989
" \"http://www.x3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");
9090
9191
if( g.thTrace ) Th_Trace("BEGIN_HEADER<br />\n", -1);
9292
9393
/* Generate the header up through the main menu */
9494
--- src/style.c
+++ src/style.c
@@ -83,11 +83,11 @@
83 zTitle = vmprintf(zTitleFormat, ap);
84 va_end(ap);
85
86 cgi_destination(CGI_HEADER);
87 cgi_printf("%s",
88 "<!DOCTYPE html PUBLIC \"-//W3C/DTD XHTML 1.0 Strict//EN\""
89 " \"http://www.x3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");
90
91 if( g.thTrace ) Th_Trace("BEGIN_HEADER<br />\n", -1);
92
93 /* Generate the header up through the main menu */
94
--- src/style.c
+++ src/style.c
@@ -83,11 +83,11 @@
83 zTitle = vmprintf(zTitleFormat, ap);
84 va_end(ap);
85
86 cgi_destination(CGI_HEADER);
87 cgi_printf("%s",
88 "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\""
89 " \"http://www.x3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">");
90
91 if( g.thTrace ) Th_Trace("BEGIN_HEADER<br />\n", -1);
92
93 /* Generate the header up through the main menu */
94

Keyboard Shortcuts

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