Diff
Not logged in

Differences From:

File src/style.c part of check-in [adb155b6d4] - Fix to the "font-family" CSS line in the default CSS. Ticket aba72eaa589. by drh on 2009-10-11 19:47:53. [view]

To:

File src/style.c part of check-in [6009ff325f] - changed a two-part/closed BR tag to avoid a warning from HTML syntax verifiers. by stephan on 2009-12-07 18:34:04. Also file src/style.c part of check-in [1c2d878d12] - Merge with trunk by btheado on 2009-12-13 01:16:13. [view]

@@ -144,9 +144,9 @@
   cgi_destination(CGI_BODY);
 
   /* Put the footer at the bottom of the page.
   */
-  @ </div><br clear="both"></br>
+  @ </div><br clear="both"/>
   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);