Diff
Not logged in

Differences From:

File src/style.c part of check-in [43481115ed] - Add a "logo" image to the local server state. Return this image on all requests to the "/logo" URL. All the administrator to setup that image. Include the image in the default header. by drh on 2009-09-21 19:10:35. [view]

To:

File src/style.c part of check-in [249f1beaec] - Add a <br clear="both"> before the footer on every page. by drh on 2009-09-21 20:40:24. [view]

@@ -144,9 +144,9 @@
   cgi_destination(CGI_BODY);
 
   /* Put the footer at the bottom of the page.
   */
-  @ </div>
+  @ </div><br clear="both"></br>
   zFooter = db_get("footer", (char*)zDefaultFooter);
   if( g.thTrace ) Th_Trace("BEGIN_FOOTER<br />\n", -1);
   Th_Render(zFooter);
   if( g.thTrace ) Th_Trace("END_FOOTER<br />\n", -1);