gnucash-htdocs master: remove unintended ">"
Frank H.Ellenberger
fell at code.gnucash.org
Thu Sep 19 06:49:59 EDT 2019
Updated via https://github.com/Gnucash/gnucash-htdocs/commit/bf60c93d (commit)
from https://github.com/Gnucash/gnucash-htdocs/commit/317f1242 (commit)
commit bf60c93d80860d915fdde0a55d3c3e93f823454e
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Thu Sep 19 12:49:46 2019 +0200
remove unintended ">"
diff --git a/download.phtml b/download.phtml
index 8c13b33..cdc6803 100644
--- a/download.phtml
+++ b/download.phtml
@@ -40,7 +40,7 @@
<li class="imagelistitem" style="background-image: url(<?=$top_dir?>/images/icons/flatpak.png);">
<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>
- <p class"justify"><a>href="<?php
+ <p class"justify"><a href="<?php
// Translators: %s is the wiki url, change this only, if you created a localized instance of ...wiki/Flatpak
printf (T_("%sFlatpak"), $URL_WIKI);?>"><?php printf (T_("Known Issues and other details ..."));?></a></p>
</li>
Summary of changes:
download.phtml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list