Check-in [6009ff325f]
Not logged in
Overview

SHA1 Hash:6009ff325f020e4d8017ae4e584bcf4d654b224a
Date: 2009-12-07 18:34:04
User: stephan
Comment:changed a two-part/closed BR tag to avoid a warning from HTML syntax verifiers.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/style.c from [3c29836aa3] to [c7fc56d774].

@@ -143,11 +143,11 @@
   @ <div class="content">
   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);