gnucash-htdocs master: Fix last commit
Frank H.Ellenberger
fell at code.gnucash.org
Wed Sep 11 09:15:16 EDT 2019
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/da07562b (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/bbd2bdf5 (commit)
commit da07562b54e841ef4f86a02641cccd714bbef680
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Wed Sep 11 15:14:59 2019 +0200
Fix last commit
diff --git a/download.phtml b/download.phtml
index 3b9cc12..b6db65b 100644
--- a/download.phtml
+++ b/download.phtml
@@ -38,7 +38,7 @@
<h3><?php echo T_("Sandbox")?></h3>
<ul class="imagelist">
<li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/flatpak.png);">
- <p class="justify"><?php echo T_("Flatpaks are bundles, which contain beneath the program also all required libraries. If your distribution is too old, to offer all required libraries, but has the package <a href="<?php echo $URL_FLATPAK;?>">Flatpak</a>, you can install a recent version of <span class=\"gnucash\">GnuCash</span> from")?></p>
+ <p class="justify"><?php printf (T_("Flatpaks are bundles, which contain beneath the program also all required libraries. If your distribution is too old, to offer all required libraries, but has the package <a href=\"%s\">Flatpak</a>, you can install a recent version of <span class=\"gnucash\">GnuCash</span> from"), $URL_FLATPAK)?></p>
<p class="justify"><a href="<?php echo $URL_FLATHUB;?>"><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a></p>
</li>
</ul>
Summary of changes:
download.phtml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list