gnucash-htdocs master: Add a missing </li>

Frank H.Ellenberger fell at code.gnucash.org
Thu Aug 13 20:05:55 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/8bbacebe (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/821d9e85 (commit)



commit 8bbacebe018bb85dea092096d65aa552e647332f
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Aug 14 02:04:45 2020 +0200

    Add a missing </li>

diff --git a/download.phtml b/download.phtml
index 1b525bf..c834e6a 100644
--- a/download.phtml
+++ b/download.phtml
@@ -96,7 +96,8 @@
           <ul>
             <li><a href="<?php echo $last_2_6_path.$last_xp_vista;?>">Microsoft Windows XP/Vista</a></li>
             <li><a href="<?php echo $last_2_6_path.$last_mac_ppc;?>">Mac OS X Power PC</a></li>
-        </ul>
+          </ul>
+        </li>
         <li><?php printf (T_("GnuCash %s for"), $last_win2k_version)?> <a href="<?php echo $last_2_2_path.$last_win2k;?>">Microsoft Windows 2000</a></li>
       </ul>
   <?php } ?>



Summary of changes:
 download.phtml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list