NSS: Adjust stylesheet for patch.

This commit is contained in:
Zeckmathederg 2024-10-01 19:11:19 -06:00
parent ff4f91525e
commit bf607ecf25
2 changed files with 7 additions and 0 deletions

View File

@ -42,6 +42,9 @@
<listitem> <listitem>
<para>October 1st, 2024</para> <para>October 1st, 2024</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[Zeckmathederg] - NSS: Adjust stylesheet for patch.</para>
</listitem>
<listitem> <listitem>
<para>[Zeckmathederg] - HarfBuzz: 9.0.0 -&gt; 10.0.1.</para> <para>[Zeckmathederg] - HarfBuzz: 9.0.0 -&gt; 10.0.1.</para>
</listitem> </listitem>

View File

@ -93,6 +93,10 @@ exit</xsl:text>
<!-- node --> <!-- node -->
<xsl:when test="contains($patch.name, 'node')"> <xsl:when test="contains($patch.name, 'node')">
<xsl:text>/node</xsl:text> <xsl:text>/node</xsl:text>
</xsl:when>
<!-- nss -->
<xsl:when test="contains($patch.name, 'nss')">
<xsl:text>/nss</xsl:text>
</xsl:when> </xsl:when>
<!-- General rule --> <!-- General rule -->
<xsl:otherwise> <xsl:otherwise>