[exim-cvs] fix xsl

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] fix xsl
Gitweb: https://git.exim.org/exim-website.git/commitdiff/13879808eba2c605c5f4c060c332c3cab40cc423
Commit:     13879808eba2c605c5f4c060c332c3cab40cc423
Parent:     7f378ca88d34d76bf324e7f5ad58bea9369c510c
Author:     Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Mon Mar 20 22:26:22 2023 +0100
Committer:  Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Mon Mar 20 22:26:22 2023 +0100


    fix xsl
---
 templates/web/mirrors.xsl | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)


diff --git a/templates/web/mirrors.xsl b/templates/web/mirrors.xsl
index 3360c4f..de5c8f5 100644
--- a/templates/web/mirrors.xsl
+++ b/templates/web/mirrors.xsl
@@ -27,13 +27,19 @@

                 <p>
                     <xsl:text>Exim is available as a native package for a number of software distributions. The sources are available as
-                    a tarball and from our <a href="https://git.exim.org/exim.git">Git Repo</a>, which is mirrored on <a href="https://github.com/Exim/exim">Github</a>.
-                    Further information on the binary and OS distributions can be found in the </xsl:text>
+                    a tarball and from our </xsl:text>
+                    <a href="https://git.exim.org/exim.git">Git Repo,</a>
+
+                    <xsl:text> which is mirrored on </xsl:text>
+                    <a href="https://github.com/Exim/exim">Github</a>.
+
+                    <xsl:text>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>


-                    <xsl:text>If we published maintenance releases you can find the tarballs
-                    in the </xsl:text>
-                    <a href="https://downloads.exim.org/exim4/fixes/">fixes</a><xsl:text> directory</xsl:text>
+                    <xsl:text>If we published maintenance releases you can find the tarballs in the </xsl:text>
+                    <a href="https://downloads.exim.org/exim4/fixes/">fixes</a>
+
+                    <xsl:text> directory</xsl:text>
                 </p>


         <h3>Verification of Downloads</h3>