diff options
Diffstat (limited to 'reports/xsl-transforms/overview-stats-www.xsl')
-rw-r--r-- | reports/xsl-transforms/overview-stats-www.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/reports/xsl-transforms/overview-stats-www.xsl b/reports/xsl-transforms/overview-stats-www.xsl index 9522cd713..407007f87 100644 --- a/reports/xsl-transforms/overview-stats-www.xsl +++ b/reports/xsl-transforms/overview-stats-www.xsl @@ -14,6 +14,9 @@ <html> <head> <title><xsl:value-of select="@name" /></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" /> |