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.

wyoung 2020-11-05 22:34 default-css-cleanups
Commit a040a5d24db8166a2e32c22a95359fade3f283ac2393d9ab16014e5b570bfbff
1 file changed +1 -6
+1 -6
--- src/style.c
+++ src/style.c
@@ -874,20 +874,15 @@
874874
875875
@ <div class="content"><span id="debugMsg"></span>
876876
cgi_destination(CGI_BODY);
877877
878878
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
- */
883879
@ <div class="endContent"></div>
884880
}
885881
@ </div>
886882
887
-
888
-
883
+ /* Put the footer at the bottom of the page. */
889884
zFooter = skin_get("footer");
890885
if( sqlite3_strlike("%</body>%", zFooter, 0)==0 ){
891886
style_load_all_js_files();
892887
}
893888
if( g.thTrace ) Th_Trace("BEGIN_FOOTER<br />\n", -1);
894889
--- 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

Keyboard Shortcuts

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