gnucash-htdocs master: Wrong place for closing the content div.
John Ralls
jralls at code.gnucash.org
Sun Sep 27 16:19:46 EDT 2020
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/cc1c6a86 (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/433d1824 (commit)
commit cc1c6a86e84361b378b7164c731879255e875da8
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Sep 27 13:18:14 2020 -0700
Wrong place for closing the content div.
diff --git a/externals/footer.phtml b/externals/footer.phtml
index a9caebc..bdecbc6 100644
--- a/externals/footer.phtml
+++ b/externals/footer.phtml
@@ -24,6 +24,5 @@
"mailto:gnucash-devel at gnucash.org"><b>gnucash-devel at gnucash.org</b></a>
</p>
</div> <!-- tail -->
- </div> <!-- content -->
</body>
</html>
diff --git a/news.phtml b/news.phtml
index 57347fb..b00b853 100644
--- a/news.phtml
+++ b/news.phtml
@@ -26,8 +26,8 @@ include("externals/menu.phtml");
</div>
<div class="newsinner">
<?php echo T_("Click <a href=\"oldnews.phtml\">here</a> for older announcements...");?>
- </div>
- </div>
- </div>
-
+ </div> <!-- newsinner -->
+ </div> <!-- newsborder -->
+ </div> <!-- newscontainer -->
+</div> <!-- content -->
<?php include("externals/footer.phtml"); ?>
Summary of changes:
externals/footer.phtml | 1 -
news.phtml | 8 ++++----
2 files changed, 4 insertions(+), 5 deletions(-)
More information about the gnucash-changes
mailing list