Skip to content

Commit

Permalink
Show profile description in HTML report and guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Preisler committed Nov 20, 2015
1 parent 0584184 commit 461ecf9
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions xsl/xccdf-share.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,18 @@ Authors:
<xsl:otherwise>
<xsl:value-of select="$profile/@id"/>
</xsl:otherwise>
</xsl:choose>
</mark></blockquote>
</xsl:choose></mark>
<xsl:if test="$profile/cdf:description">
<div class="col-md-12 well well-lg horizontal-scroll">
<div class="description"><small>
<xsl:apply-templates mode="sub-testresult" select="$profile/cdf:description[1]">
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates></small>
</div>
</div>
</xsl:if>
</blockquote>
</xsl:if>

<div class="col-md-12 well well-lg horizontal-scroll">
Expand Down

0 comments on commit 461ecf9

Please sign in to comment.