Fossil SCM
remove unused first idea of second style sheet
Commit
b15da2f40d4bbcd679e0dc2714cf157d02701e83
Parent
2ade2d4e362d025…
1 file changed
-1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -101,11 +101,10 @@ | ||
| 101 | 101 | if( g.zLogin ){ |
| 102 | 102 | Th_Store("login", g.zLogin); |
| 103 | 103 | } |
| 104 | 104 | if( g.thTrace ) Th_Trace("BEGIN_HEADER_SCRIPT<br />\n", -1); |
| 105 | 105 | Th_Render(zHeader); |
| 106 | - cgi_printf("%s","<link rel=\"stylesheet\" href=\"stdstyle.css\" type=\"text/css\">"); | |
| 107 | 106 | if( g.thTrace ) Th_Trace("END_HEADER<br />\n", -1); |
| 108 | 107 | Th_Unstore("title"); /* Avoid collisions with ticket field names */ |
| 109 | 108 | cgi_destination(CGI_BODY); |
| 110 | 109 | g.cgiOutput = 1; |
| 111 | 110 | headerHasBeenGenerated = 1; |
| 112 | 111 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -101,11 +101,10 @@ | |
| 101 | if( g.zLogin ){ |
| 102 | Th_Store("login", g.zLogin); |
| 103 | } |
| 104 | if( g.thTrace ) Th_Trace("BEGIN_HEADER_SCRIPT<br />\n", -1); |
| 105 | Th_Render(zHeader); |
| 106 | cgi_printf("%s","<link rel=\"stylesheet\" href=\"stdstyle.css\" type=\"text/css\">"); |
| 107 | if( g.thTrace ) Th_Trace("END_HEADER<br />\n", -1); |
| 108 | Th_Unstore("title"); /* Avoid collisions with ticket field names */ |
| 109 | cgi_destination(CGI_BODY); |
| 110 | g.cgiOutput = 1; |
| 111 | headerHasBeenGenerated = 1; |
| 112 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -101,11 +101,10 @@ | |
| 101 | if( g.zLogin ){ |
| 102 | Th_Store("login", g.zLogin); |
| 103 | } |
| 104 | if( g.thTrace ) Th_Trace("BEGIN_HEADER_SCRIPT<br />\n", -1); |
| 105 | Th_Render(zHeader); |
| 106 | if( g.thTrace ) Th_Trace("END_HEADER<br />\n", -1); |
| 107 | Th_Unstore("title"); /* Avoid collisions with ticket field names */ |
| 108 | cgi_destination(CGI_BODY); |
| 109 | g.cgiOutput = 1; |
| 110 | headerHasBeenGenerated = 1; |
| 111 |