[exim-cvs] Fix ftp URL

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Fix ftp URL
Gitweb: https://git.exim.org/exim-website.git/commitdiff/95c1fbf03ff01fb28793bc1f0c0b8dff0e859536
Commit:     95c1fbf03ff01fb28793bc1f0c0b8dff0e859536
Parent:     52d17ab31293a7b0feb7e77c531a3697ec99a4e7
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Thu Dec 12 22:32:01 2019 +0100
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Thu Dec 12 22:32:25 2019 +0100


    Fix ftp URL
---
 templates/web/index.xsl   |  4 ++--
 templates/web/mirrors.xsl | 10 ++++++----
 2 files changed, 8 insertions(+), 6 deletions(-)


diff --git a/templates/web/index.xsl b/templates/web/index.xsl
index 3f584b9..dde1f5f 100644
--- a/templates/web/index.xsl
+++ b/templates/web/index.xsl
@@ -47,8 +47,8 @@
          </p>


          <p id="version_info">
-            <xsl:text>The current version is </xsl:text> <xsl:value-of select="/content/current_version"/>
-        If necessary, we publish maintenance releases. These releases are mainly intended for package maintainers.
+            <xsl:text>The current version is </xsl:text> <xsl:value-of select="/content/current_version"/><xsl:text>.</xsl:text>
+        <xsl:text>If necessary, we publish maintenance releases. These releases are mainly intended for package maintainers.</xsl:text>
         <!--This is a security release.  See <a href="{$staticroot}/doc/security/CVE-2019-16928.txt">CVE-2019-16928</a>.-->
          </p>


diff --git a/templates/web/mirrors.xsl b/templates/web/mirrors.xsl
index 7f904c4..9c076d5 100644
--- a/templates/web/mirrors.xsl
+++ b/templates/web/mirrors.xsl
@@ -30,11 +30,13 @@
                 <p>
                     <xsl:text>Exim is available from a number of FTP sites. It may also be supplied on some GNU CDs or with other software distributions. Further information on the binary and OS distributions can be found in the </xsl:text>
                     <a href="https://wiki.exim.org/ObtainingExim">Exim Wiki.</a>
-                    If the mirrors do not work for you, you can download the tarballs from the
+
+                    <xsl:text>If the mirrors do not work for you, you can download the tarballs from the </xsl:text>
                     <a href="https://ftp.exim.org/pub/exim/exim4/">origin.</a>.
-                    If we published maintenance releases you can find the tarballs
-                    in the <a href="https://ftp.exim.org/pub/exim4/fixes">fixes</a> directory.
-                    <xsl:text>.</xsl:text>
+
+                    <xsl:text>If we published maintenance releases you can find the tarballs
+                    in the </xsl:text>
+                    <a href="https://ftp.exim.org/pub/exim/exim4/fixes">fixes</a><xsl:text> directory</xsl:text>
                 </p>


             <h3>Exim Mirror Sites</h3>