Fossil SCM
Add a <br clear="both"> before the footer on every page.
Commit
249f1beaece5c6e8961909cf94a5a0e6a5912662
Parent
37f295c310cd0e8…
1 file changed
+1
-1
+1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -143,11 +143,11 @@ | ||
| 143 | 143 | @ <div class="content"> |
| 144 | 144 | cgi_destination(CGI_BODY); |
| 145 | 145 | |
| 146 | 146 | /* Put the footer at the bottom of the page. |
| 147 | 147 | */ |
| 148 | - @ </div> | |
| 148 | + @ </div><br clear="both"></br> | |
| 149 | 149 | zFooter = db_get("footer", (char*)zDefaultFooter); |
| 150 | 150 | if( g.thTrace ) Th_Trace("BEGIN_FOOTER<br />\n", -1); |
| 151 | 151 | Th_Render(zFooter); |
| 152 | 152 | if( g.thTrace ) Th_Trace("END_FOOTER<br />\n", -1); |
| 153 | 153 | |
| 154 | 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> |
| 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 |