Overview
SHA1 Hash: | 249f1beaece5c6e8961909cf94a5a0e6a5912662 |
---|---|
Date: | 2009-09-21 20:40:24 |
User: | drh |
Comment: | Add a <br clear="both"> before the footer on every page. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/style.c from [d209a15931] to [6ae8d6d4fe].
@@ -143,11 +143,11 @@ @ <div class="content"> 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);