Fossil SCM
Add the g.zBaseURL and g.zTop printouts to the test_env test page.
Commit
218577e3aff9282802ae7261c033aa54869607f7
Parent
a84089319ca8147…
1 file changed
+2
+2
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -237,8 +237,10 @@ | ||
| 237 | 237 | /* |
| 238 | 238 | ** WEBPAGE: test_env |
| 239 | 239 | */ |
| 240 | 240 | void page_test_env(void){ |
| 241 | 241 | style_header("Environment Test"); |
| 242 | + @ g.zBaseURL = %h(g.zBaseURL)<br> | |
| 243 | + @ g.zTop = %h(g.zTop)<hr> | |
| 242 | 244 | cgi_print_all(); |
| 243 | 245 | style_footer(); |
| 244 | 246 | } |
| 245 | 247 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -237,8 +237,10 @@ | |
| 237 | /* |
| 238 | ** WEBPAGE: test_env |
| 239 | */ |
| 240 | void page_test_env(void){ |
| 241 | style_header("Environment Test"); |
| 242 | cgi_print_all(); |
| 243 | style_footer(); |
| 244 | } |
| 245 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -237,8 +237,10 @@ | |
| 237 | /* |
| 238 | ** WEBPAGE: test_env |
| 239 | */ |
| 240 | void page_test_env(void){ |
| 241 | style_header("Environment Test"); |
| 242 | @ g.zBaseURL = %h(g.zBaseURL)<br> |
| 243 | @ g.zTop = %h(g.zTop)<hr> |
| 244 | cgi_print_all(); |
| 245 | style_footer(); |
| 246 | } |
| 247 |