Changeset 60b2296 for stylesheets


Ignore:
Timestamp:
05/06/2021 05:26:31 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
85506b2, af89b17
Parents:
70896c42
Message:

Fix extraction of node patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/patcheslist.xsl

    r70896c42 r60b2296  
    8383          <xsl:text>/x265</xsl:text>
    8484        </xsl:when>
     85          <!-- node -->
     86        <xsl:when test="contains($patch.name, 'node')">
     87          <xsl:text>/node</xsl:text>
     88        </xsl:when>
    8589          <!-- General rule -->
    8690        <xsl:otherwise>
Note: See TracChangeset for help on using the changeset viewer.