Diff
Not logged in

Differences From:

File src/style.c part of check-in [bb542b80c7] - renamed fossil-verbatim to verbatim for consistency with other CSS elements. Added a reasonable default .verbatim entry. by stephan on 2008-05-16 15:54:00. Also file src/style.c part of check-in [81eb00def7] - Merge in stephan's fork. by drh on 2008-05-16 16:01:06. [view]

To:

File src/style.c part of check-in [68c24b1857] - Progress toward getting ticket handling to work. by drh on 2008-05-16 18:11:39. [view]

@@ -89,8 +89,9 @@
   if( g.zLogin ){
     Th_Store("login", g.zLogin);
   }
   Th_Render(zHeader);
+  Th_Unstore("title");   /* Avoid collisions with ticket field names */
   cgi_destination(CGI_BODY);
   g.cgiPanic = 1;
 }