Skip to content

Commit 02938ed

Browse files
committed
Comments alignment
1 parent 0810e58 commit 02938ed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/docbuild/config/xml/data/convert-v6-to-v7.xsl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
<xsl:output encoding="UTF-8" indent="yes" method="xml"/>
2929
<xsl:preserve-space elements="*"/>
3030

31-
<!-- ======== Parameters -->
31+
<!-- ======== Parameters -->
3232
<xsl:param name="use.xincludes" select="true()" />
3333

34-
<!-- ======== Keys -->
34+
<!-- ======== Keys -->
3535
<!-- Define a key to group <language> elements by their @lang attribute -->
3636
<xsl:key name="langKey" match="category/language[not(ancestor-or-self::product)]" use="@lang" />
3737

38-
<!-- ======== Variables -->
38+
<!-- ======== Variables -->
3939
<xsl:variable name="_transformation-map">
4040
<config>
4141
<product id="appliance" series="pas" family="linux" rank="04150" />
@@ -73,7 +73,7 @@
7373
<xsl:variable name="config" select="exsl:node-set($_transformation-map)/*" />
7474

7575

76-
<!-- ======== General Templates -->
76+
<!-- ======== General Templates -->
7777
<xsl:template match="node() | @*" name="copy">
7878
<xsl:copy>
7979
<xsl:apply-templates select="node() | @*" />

0 commit comments

Comments
 (0)