View | Details | Raw Unified | Return to bug 206683 | Differences between
and this patch

Collapse All | Expand All

(-)share/xml/libcommon.xsl (-2 / +2 lines)
Lines 1056-1065 Link Here
1056
	    <link>https://www.FreeBSD.org/security</link>
1056
	    <link>https://www.FreeBSD.org/security</link>
1057
	  </xsl:when>
1057
	  </xsl:when>
1058
	  <xsl:otherwise>
1058
	  <xsl:otherwise>
1059
	    <link><xsl:value-of select="concat('&ftpbase;', name, '.asc')" /></link>
1059
	    <link><xsl:value-of select="concat('https:', '&ftpbase;', name, '.asc')" /></link>
1060
	  </xsl:otherwise>
1060
	  </xsl:otherwise>
1061
	</xsl:choose>
1061
	</xsl:choose>
1062
        <guid><xsl:value-of select="concat('&ftpbase;', name, '.asc')" /></guid>
1062
        <guid><xsl:value-of select="concat('https:', '&ftpbase;', name, '.asc')" /></guid>
1063
        <pubDate>
1063
        <pubDate>
1064
          <xsl:call-template name="misc-format-date-string">
1064
          <xsl:call-template name="misc-format-date-string">
1065
            <xsl:with-param name="year" select="../../../name" />
1065
            <xsl:with-param name="year" select="../../../name" />

Return to bug 206683