Differences From:
File
src/setup.c
part of check-in
[d3e711fd2f]
- Work toward getting bug-tracking working well.
by
drh on
2008-07-15 16:42:48.
[view]
To:
File
src/setup.c
part of check-in
[23ed5e2cd6]
- CSS fixes - make <div class="content"> ... </div> actually enclose the content. Also add a couple of missing footers.
by
eric on
2008-07-18 21:44:58.
[view]
@@ -684,8 +684,9 @@
@ Here is the default page header:
@ <blockquote><pre>
@ %h(zDefaultHeader)
@ </pre></blockquote>
+ style_footer();
db_end_transaction(0);
}
/*
@@ -716,6 +717,7 @@
@ Here is the default page footer:
@ <blockquote><pre>
@ %h(zDefaultFooter)
@ </pre></blockquote>
+ style_footer();
db_end_transaction(0);
}