Skip to content

Commit

Permalink
Move inline comment be before element
Browse files Browse the repository at this point in the history
Signed-off-by: Jarno Elovirta <[email protected]>
  • Loading branch information
jelovirt committed Jan 12, 2024
1 parent c0054e8 commit f4a1479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/plugins/org.dita.base/xsl/preprocess/maprefImpl.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ See the accompanying LICENSE file for applicable license.
* @href and @copy-to references are resolved relative to the current file being processed, if needed.
* For first-level elements in submaps, @class inherits the value of any non-<mapref> submap reference element. -->
<xsl:template match="*[contains(@class, ' map/topicref ')]" priority="5">
<xsl:param name="refclass" select="@class"/> <!-- if we're not inheriting the enclosing submap's @class, then use this element's class -->
<!-- if we're not inheriting the enclosing submap's @class, then use this element's class -->
<xsl:param name="refclass" select="@class"/>
<xsl:param name="relative-path" as="xs:string" tunnel="yes">#none#</xsl:param>
<xsl:param name="mapref-id-path" as="xs:string*"/>
<xsl:param name="referTypeFlag" as="xs:string">#none#</xsl:param>
Expand Down

0 comments on commit f4a1479

Please sign in to comment.