gnucash-htdocs master: try as <ul>

Frank H.Ellenberger fell at code.gnucash.org
Tue Apr 3 04:24:29 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/3c48f330 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/2e6c1fd2 (commit)



commit 3c48f3308e99810d0a7da0d13a0881fcb938c9b7
Author: fell <frank.h.ellenberger at gmail.com>
Date:   Tue Apr 3 10:24:26 2018 +0200

    try as <ul>

diff --git a/index.phtml b/index.phtml
index e3a932a..329d7cd 100644
--- a/index.phtml
+++ b/index.phtml
@@ -30,9 +30,9 @@ include("externals/menu.phtml");
  <img alt="download" src="<?=$top_dir;?>/images/gnc-download.png" />
 </div>
 
-<div>
- <p><?php echo T_("Version 2.6.20 is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs.");?></p>
-</div>
+<ul>
+ <li><?php echo T_("Version 2.6.20 is the last version for Windows XP/Vista and MacOS X 10.8 and earlier, and so the last version that will run on PowerPC Macs.");?></li>
+</ul>
 </div>
 
 <p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>



Summary of changes:
 index.phtml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list