Differences From Artifact [9a9bbad4f1]:
- File src/style.c — part of check-in [218577e3af] at 2007-10-11 01:56:57 on branch trunk — Add the g.zBaseURL and g.zTop printouts to the test_env test page. (user: drh size: 6467)
To Artifact [07fba9de0a]:
- File src/style.c — part of check-in [1ce716b2ec] at 2007-10-11 02:11:42 on branch trunk — Add the g.zExtra output to the test_env page. Fix a bug in the computation of g.zTop. (user: drh size: 6499)
| ︙ | |||
236 237 238 239 240 241 242 | 236 237 238 239 240 241 242 243 244 245 246 247 | - + + |
/*
** WEBPAGE: test_env
*/
void page_test_env(void){
style_header("Environment Test");
@ g.zBaseURL = %h(g.zBaseURL)<br>
|