summaryrefslogtreecommitdiffstats
path: root/reports/xsl-transforms/timing-summary-www.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'reports/xsl-transforms/timing-summary-www.xsl')
-rw-r--r--reports/xsl-transforms/timing-summary-www.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/reports/xsl-transforms/timing-summary-www.xsl b/reports/xsl-transforms/timing-summary-www.xsl
index 2b8b94699..78069ba02 100644
--- a/reports/xsl-transforms/timing-summary-www.xsl
+++ b/reports/xsl-transforms/timing-summary-www.xsl
@@ -11,6 +11,9 @@
<title>
BCFG Performance Timings
</title>
+ <xsl:if test="count(/Report/@refresh-time) > 0">
+ <META HTTP-EQUIV="Refresh" CONTENT="{@refresh-time}"/>
+ </xsl:if>
<xsl:copy-of select="$boxypastel-css" />
<xsl:copy-of select="$main-js" />