Diff
Not logged in

Differences From:

File src/style.c part of check-in [218577e3af] - Add the g.zBaseURL and g.zTop printouts to the test_env test page. by drh on 2007-10-11 01:56:57. [view]

To:

File src/style.c part of check-in [1ce716b2ec] - Add the g.zExtra output to the test_env page. Fix a bug in the computation of g.zTop. by drh on 2007-10-11 02:11:42. [view]

@@ -239,8 +239,9 @@
 */
 void page_test_env(void){
   style_header("Environment Test");
   @ g.zBaseURL = %h(g.zBaseURL)<br>
-  @ g.zTop = %h(g.zTop)<hr>
+  @ g.zTop = %h(g.zTop)<br>
+  @ g.zExtra = %h(g.zExtra)<hr>
   cgi_print_all();
   style_footer();
 }