Fossil SCM
Moved a comment down in src/style.c and removed a part of it that seems to refer to inline CSS that's since moved to style.css.
Commit
a040a5d24db8166a2e32c22a95359fade3f283ac2393d9ab16014e5b570bfbff
Parent
e7fe61c13d4e562…
1 file changed
+1
-6
+1
-6
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -874,20 +874,15 @@ | ||
| 874 | 874 | |
| 875 | 875 | @ <div class="content"><span id="debugMsg"></span> |
| 876 | 876 | cgi_destination(CGI_BODY); |
| 877 | 877 | |
| 878 | 878 | if( sideboxUsed ){ |
| 879 | - /* Put the footer at the bottom of the page. | |
| 880 | - ** the additional clear/both is needed to extend the content | |
| 881 | - ** part to the end of an optional sidebox. | |
| 882 | - */ | |
| 883 | 879 | @ <div class="endContent"></div> |
| 884 | 880 | } |
| 885 | 881 | @ </div> |
| 886 | 882 | |
| 887 | - | |
| 888 | - | |
| 883 | + /* Put the footer at the bottom of the page. */ | |
| 889 | 884 | zFooter = skin_get("footer"); |
| 890 | 885 | if( sqlite3_strlike("%</body>%", zFooter, 0)==0 ){ |
| 891 | 886 | style_load_all_js_files(); |
| 892 | 887 | } |
| 893 | 888 | if( g.thTrace ) Th_Trace("BEGIN_FOOTER<br />\n", -1); |
| 894 | 889 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -874,20 +874,15 @@ | |
| 874 | |
| 875 | @ <div class="content"><span id="debugMsg"></span> |
| 876 | cgi_destination(CGI_BODY); |
| 877 | |
| 878 | if( sideboxUsed ){ |
| 879 | /* Put the footer at the bottom of the page. |
| 880 | ** the additional clear/both is needed to extend the content |
| 881 | ** part to the end of an optional sidebox. |
| 882 | */ |
| 883 | @ <div class="endContent"></div> |
| 884 | } |
| 885 | @ </div> |
| 886 | |
| 887 | |
| 888 | |
| 889 | zFooter = skin_get("footer"); |
| 890 | if( sqlite3_strlike("%</body>%", zFooter, 0)==0 ){ |
| 891 | style_load_all_js_files(); |
| 892 | } |
| 893 | if( g.thTrace ) Th_Trace("BEGIN_FOOTER<br />\n", -1); |
| 894 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -874,20 +874,15 @@ | |
| 874 | |
| 875 | @ <div class="content"><span id="debugMsg"></span> |
| 876 | cgi_destination(CGI_BODY); |
| 877 | |
| 878 | if( sideboxUsed ){ |
| 879 | @ <div class="endContent"></div> |
| 880 | } |
| 881 | @ </div> |
| 882 | |
| 883 | /* Put the footer at the bottom of the page. */ |
| 884 | zFooter = skin_get("footer"); |
| 885 | if( sqlite3_strlike("%</body>%", zFooter, 0)==0 ){ |
| 886 | style_load_all_js_files(); |
| 887 | } |
| 888 | if( g.thTrace ) Th_Trace("BEGIN_FOOTER<br />\n", -1); |
| 889 |