Fossil SCM
Fix a typo in the <DOCTYPE> marking at the top of each webpage. Ticket [c18a77e837a66122ed19].
Commit
eea8810b21fb34b1397a2f6b465414b3f52405d9
Parent
5478f444c53114d…
1 file changed
+1
-1
+1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -89,11 +89,11 @@ | ||
| 89 | 89 | va_end(ap); |
| 90 | 90 | |
| 91 | 91 | cgi_destination(CGI_HEADER); |
| 92 | 92 | cgi_printf("%s", |
| 93 | 93 | "<!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\">"); | |
| 95 | 95 | |
| 96 | 96 | if( g.thTrace ) Th_Trace("BEGIN_HEADER<br />\n", -1); |
| 97 | 97 | |
| 98 | 98 | /* Generate the header up through the main menu */ |
| 99 | 99 | Th_Store("project_name", db_get("project-name","Unnamed Fossil Project")); |
| 100 | 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.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 |