Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyandell authored May 13, 2019
1 parent 9a4c748 commit c331ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-dashboard/style/dashboardToHtml.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ charts["LineChart"] = JSON.parse('{ \
<xsl:variable name="report" select="@key"/>
<xsl:variable name="columntypes" select="column-type"/>
<div class="tab-pane" id="{$report}">
<h3>User Report: <xsl:value-of select="@name"/>
<h3>Issue Report: <xsl:value-of select="@name"/>
(<xsl:value-of select="count(//reporting[@type=$report and not(text()=preceding::reporting[@type=$report]/text())])"/>)</h3> <!-- bug: unable to show summary count within a team mode -->
<pre><xsl:value-of select="description"/></pre>
<div class="data-grid-sortable tablesorter">
Expand Down

0 comments on commit c331ba4

Please sign in to comment.