Fossil SCM

Add a <br clear="both"> before the footer on every page.

drh 2009-09-21 20:40 trunk
Commit 249f1beaece5c6e8961909cf94a5a0e6a5912662
1 file changed +1 -1
+1 -1
--- src/style.c
+++ src/style.c
@@ -143,11 +143,11 @@
143143
@ <div class="content">
144144
cgi_destination(CGI_BODY);
145145
146146
/* Put the footer at the bottom of the page.
147147
*/
148
- @ </div>
148
+ @ </div><br clear="both"></br>
149149
zFooter = db_get("footer", (char*)zDefaultFooter);
150150
if( g.thTrace ) Th_Trace("BEGIN_FOOTER<br />\n", -1);
151151
Th_Render(zFooter);
152152
if( g.thTrace ) Th_Trace("END_FOOTER<br />\n", -1);
153153
154154
--- src/style.c
+++ src/style.c
@@ -143,11 +143,11 @@
143 @ <div class="content">
144 cgi_destination(CGI_BODY);
145
146 /* Put the footer at the bottom of the page.
147 */
148 @ </div>
149 zFooter = db_get("footer", (char*)zDefaultFooter);
150 if( g.thTrace ) Th_Trace("BEGIN_FOOTER<br />\n", -1);
151 Th_Render(zFooter);
152 if( g.thTrace ) Th_Trace("END_FOOTER<br />\n", -1);
153
154
--- src/style.c
+++ src/style.c
@@ -143,11 +143,11 @@
143 @ <div class="content">
144 cgi_destination(CGI_BODY);
145
146 /* Put the footer at the bottom of the page.
147 */
148 @ </div><br clear="both"></br>
149 zFooter = db_get("footer", (char*)zDefaultFooter);
150 if( g.thTrace ) Th_Trace("BEGIN_FOOTER<br />\n", -1);
151 Th_Render(zFooter);
152 if( g.thTrace ) Th_Trace("END_FOOTER<br />\n", -1);
153
154

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button