diff options
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/patcheslist.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl index 8ef3e6de2..d562ee2d7 100644 --- a/stylesheets/patcheslist.xsl +++ b/stylesheets/patcheslist.xsl @@ -11,7 +11,7 @@ <!-- Allow select the dest dir at runtime --> <xsl:param name="dest.dir"> - <xsl:value-of select="concat('/srv/www/', substring-after('&patches-root;', 'http://'))"/> + <xsl:value-of select="concat('/srv/www/', substring-after('&patches-root;', 'https://'))"/> </xsl:param> <xsl:template match="/"> |