Fossil SCM
Remove "Testpage:" from title of all-in-one help text page
Commit
d8506df183ea1dbdc1990869486e7d5d010c54d7
Parent
7814e9b59ba2897…
1 file changed
+1
-1
+1
-1
| --- src/dispatch.c | ||
| +++ src/dispatch.c | ||
| @@ -360,11 +360,11 @@ | ||
| 360 | 360 | ** |
| 361 | 361 | ** Show all help text on a single page. Useful for proof-reading. |
| 362 | 362 | */ |
| 363 | 363 | void test_all_help_page(void){ |
| 364 | 364 | int i; |
| 365 | - style_header("Testpage: All Help Text"); | |
| 365 | + style_header("All Help Text"); | |
| 366 | 366 | for(i=0; i<MX_COMMAND; i++){ |
| 367 | 367 | if( memcmp(aCommand[i].zName, "test", 4)==0 ) continue; |
| 368 | 368 | @ <h2>%s(aCommand[i].zName):</h2> |
| 369 | 369 | @ <blockquote> |
| 370 | 370 | help_to_html(aCommand[i].zHelp, cgi_output_blob()); |
| 371 | 371 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -360,11 +360,11 @@ | |
| 360 | ** |
| 361 | ** Show all help text on a single page. Useful for proof-reading. |
| 362 | */ |
| 363 | void test_all_help_page(void){ |
| 364 | int i; |
| 365 | style_header("Testpage: All Help Text"); |
| 366 | for(i=0; i<MX_COMMAND; i++){ |
| 367 | if( memcmp(aCommand[i].zName, "test", 4)==0 ) continue; |
| 368 | @ <h2>%s(aCommand[i].zName):</h2> |
| 369 | @ <blockquote> |
| 370 | help_to_html(aCommand[i].zHelp, cgi_output_blob()); |
| 371 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -360,11 +360,11 @@ | |
| 360 | ** |
| 361 | ** Show all help text on a single page. Useful for proof-reading. |
| 362 | */ |
| 363 | void test_all_help_page(void){ |
| 364 | int i; |
| 365 | style_header("All Help Text"); |
| 366 | for(i=0; i<MX_COMMAND; i++){ |
| 367 | if( memcmp(aCommand[i].zName, "test", 4)==0 ) continue; |
| 368 | @ <h2>%s(aCommand[i].zName):</h2> |
| 369 | @ <blockquote> |
| 370 | help_to_html(aCommand[i].zHelp, cgi_output_blob()); |
| 371 |