gnucash-htdocs master: More missing end tags.

John Ralls jralls at code.gnucash.org
Sun Sep 27 16:13:03 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/433d1824 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/05e8172a (commit)



commit 433d1824c7d3b214bafb63cdd059704358a5ce9d
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Sep 27 13:12:54 2020 -0700

    More missing end tags.

diff --git a/externals/footer.phtml b/externals/footer.phtml
index bdecbc6..a9caebc 100644
--- a/externals/footer.phtml
+++ b/externals/footer.phtml
@@ -24,5 +24,6 @@
         "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/200601-3.903.news b/news/200601-3.903.news
index 8c999a7..d132ec9 100644
--- a/news/200601-3.903.news
+++ b/news/200601-3.903.news
@@ -93,7 +93,7 @@
   <li>QofSession no longer creates its book, instead one must create a book first and pass that to <code>qof_session_new()</code>/<code>QofSession::QofSession()</code>.</li>
   <li>Add option to save Layout for Register items<p>Add two menu items under windows, one to save an existing register layout based on the register type to there respective default layouts so the user set column widths will be used when opening registers. The second menu item will reset the column widths to defaults and remove the associated default layout. Open registers will also save their column widths to the page section so these can temporarily have different widths. </p></li>
   <li> Input Method handling in the register is moved to the GtkEntry where it belongs.</li>
-  <li><code>gnc_get_current_session()</code> no longer creates an empty session if there isn't one already open.
+  <li><code>gnc_get_current_session()</code> no longer creates an empty session if there isn't one already open.</li>
 </ul>
 <h4>In previous 3.9xx releases</h4>
 <ul>
diff --git a/news/200614-3.905.news b/news/200614-3.905.news
index 374014a..99f52e7 100644
--- a/news/200614-3.905.news
+++ b/news/200614-3.905.news
@@ -30,12 +30,12 @@
 </ul>
 <h3>New Features</h3>
 <ul>
-    <li>A new separate executable, <kbd>gnucash-cli</kbd> (<kbd>gnucash-cli.exe</kbd> on Microsoft Windows) for doing command-line things like updating the prices in your book. <kbd>gnucash-cli</kbd> gains the ability to run reports from the command line. Specify reports to run by name or guid. It also provides an export format and an output file name without which it will output the report to stdout.</li>
+    <li>A new separate executable, <kbd>gnucash-cli</kbd> (<kbd>gnucash-cli.exe</kbd> on Microsoft Windows) for doing command-line things like updating the prices in your book. <kbd>gnucash-cli</kbd> gains the ability to run reports from the command line. Specify reports to run by name or guid. It also provides an export format and an output file name without which it will output the report to stdout.
   <ul>
     <li><code>gnucash-cli --report run --name=[reportname/guid] datafile.gnucash</code></li>
     <li><code>gnucash-cli --report run --name=[reportname/guid] --output-file=x.html datafile.gnucash</code></li>
     <li><code>gnucash-cli --report run --name=[reportname/guid] --output-file=x.html --export-type=TYPE datafile.gnucash</code></li>
-  </ul>
+  </ul></li>
   <li>When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless.</li>
   <li>New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want.</li>
   <li> Python bindings are now localized and their strings available for translation.</li>
diff --git a/news/200621-3.906.news b/news/200621-3.906.news
index 01710a2..80f825f 100644
--- a/news/200621-3.906.news
+++ b/news/200621-3.906.news
@@ -30,12 +30,12 @@
 </ul>
 <h3>New Features</h3>
 <ul>
-    <li>A new separate executable, <kbd>gnucash-cli</kbd> (<kbd>gnucash-cli.exe</kbd> on Microsoft Windows) for doing command-line things like updating the prices in your book. <kbd>gnucash-cli</kbd> gains the ability to run reports from the command line. Specify reports to run by name or guid. It also provides an export format and an output file name without which it will output the report to stdout.</li>
+    <li>A new separate executable, <kbd>gnucash-cli</kbd> (<kbd>gnucash-cli.exe</kbd> on Microsoft Windows) for doing command-line things like updating the prices in your book. <kbd>gnucash-cli</kbd> gains the ability to run reports from the command line. Specify reports to run by name or guid. It also provides an export format and an output file name without which it will output the report to stdout.
   <ul>
     <li><code>gnucash-cli --report run --name=[reportname/guid] datafile.gnucash</code></li>
     <li><code>gnucash-cli --report run --name=[reportname/guid] --output-file=x.html datafile.gnucash</code></li>
     <li><code>gnucash-cli --report run --name=[reportname/guid] --output-file=x.html --export-type=TYPE datafile.gnucash</code></li>
-  </ul>
+  </ul></li>
   <li>When deleting accounts the destination accounts of moved splits will be checked to ensure that they have the same commodity as the source account. If they don't you'll get a warning and the opportunity to pick another account or to carry on regardless.</li>
   <li>New type-ahead search added to sequential search when selecting an account in the register: Instead of typing the first few characters of a top level account, the separator, the first few characters of the next level account and so on you may instead type a few characters of any part of a full account name and the drop-list will be filtered to contain only matching accounts. Once you have a small enough list you can use the arrow keys to select the account that you want.</li>
   <li> Python bindings are now localized and their strings available for translation.</li>



Summary of changes:
 externals/footer.phtml | 1 +
 news/200601-3.903.news | 2 +-
 news/200614-3.905.news | 4 ++--
 news/200621-3.906.news | 4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)



More information about the gnucash-changes mailing list