gnucash-htdocs beta: Fix missing tag closures.

John Ralls jralls at code.gnucash.org
Sun Sep 27 18:05:18 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/86f9dcd4 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/b7fe0a77 (commit)



commit 86f9dcd49a904c4571fb553d0ff0c1dbe78d1e08
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 27 15:05:10 2020 -0700

    Fix missing tag closures.

diff --git a/externals/footer.phtml b/externals/footer.phtml
index 5b0a48d..208404a 100644
--- a/externals/footer.phtml
+++ b/externals/footer.phtml
@@ -5,6 +5,7 @@
                      width="165" height="64"
                      alt="HTML5 Powered with CSS3 / Styling, and Semantics"
                      title="HTML5 Powered with CSS3 / Styling, and Semantics" />
+            </a>
       </div>
       <p><b>Copyright © 2001–<?=Date("Y")?> The GnuCash Project</b>
       </p>
diff --git a/externals/header.phtml b/externals/header.phtml
index 4b57d5f..7476741 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -24,7 +24,7 @@
   $get_parms = $_GET;
 ?>
 
-<html lang="en"
+<html lang="en">
   <head>
     <?php
       if (!isset($can_utf)) { $can_utf = true; }



Summary of changes:
 externals/footer.phtml | 1 +
 externals/header.phtml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list