Fossil SCM

Remove "Testpage:" from title of all-in-one help text page

andygoth 2016-11-05 14:07 trunk
Commit d8506df183ea1dbdc1990869486e7d5d010c54d7
1 file changed +1 -1
+1 -1
--- src/dispatch.c
+++ src/dispatch.c
@@ -360,11 +360,11 @@
360360
**
361361
** Show all help text on a single page. Useful for proof-reading.
362362
*/
363363
void test_all_help_page(void){
364364
int i;
365
- style_header("Testpage: All Help Text");
365
+ style_header("All Help Text");
366366
for(i=0; i<MX_COMMAND; i++){
367367
if( memcmp(aCommand[i].zName, "test", 4)==0 ) continue;
368368
@ <h2>%s(aCommand[i].zName):</h2>
369369
@ <blockquote>
370370
help_to_html(aCommand[i].zHelp, cgi_output_blob());
371371
--- 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

Keyboard Shortcuts

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