Skip to content

Commit

Permalink
Merge pull request #239 from HL7/remove-group-spacing
Browse files Browse the repository at this point in the history
Remove spaces around artifact groups
  • Loading branch information
lmckenzi authored Oct 19, 2023
2 parents ee80208 + 7b3ae5b commit cc52687
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions scripts/createArtifactSummary.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<xsl:param name="version"/>
<xsl:param name="globals"/>
<xsl:template match="f:ImplementationGuide">
<xsl:comment>DO NOT EDIT THIS FILE - It is generated and any changes made will be overwritten</xsl:comment>
<!-- Include a note in the output with breadcrumbs back to this script -->
<xsl:comment>DO NOT EDIT THIS FILE - It is generated by https://github.com/HL7/ig-template-base/blob/master/scripts/createArtifactSummary.xslt and any changes made will be overwritten</xsl:comment>
<div class="markdown-toc">
<p>Contents:</p>
<ul>
Expand Down Expand Up @@ -50,13 +51,10 @@
</div>
</xsl:template>
<xsl:template match="f:grouping">
<p>
<xsl:text>{% capture grouping_desc %}</xsl:text>
<xsl:value-of select="f:description/@value" disable-output-escaping="no"/>
<xsl:text>{% endcapture %}
{{ grouping_desc | markdownify}}</xsl:text>
</p>
<p>
<xsl:variable name="showDescriptions" select="count(parent::f:definition/f:resource[f:groupingId/@value=current()/@id]/f:description/@value)!=0"/>
<table class="grid">
<col style="width:20%"/>
Expand Down Expand Up @@ -88,7 +86,6 @@
</xsl:for-each>
</tbody>
</table>
</p>
</xsl:template>
<xsl:template match="f:grouping" mode="first">
<tr>
Expand Down

0 comments on commit cc52687

Please sign in to comment.