updated stat.xsl

This commit is contained in:
Roman Arutyunyan 2012-06-05 15:51:51 +04:00
parent 61ffd994bc
commit de985dabd2

View file

@ -11,8 +11,9 @@
<body>
<xsl:apply-templates select="rtmp"/>
<hr/>
Generated by <a href='https://github.com/arut/nginx-rtmp-module'>NGINX RTMP module</a><br/>
<a href="http://nginx.com">NGINX</a>&#160;<xsl:value-of select="/rtmp/version"/>&#160;<xsl:value-of select="/rtmp/built"/>&#160;<xsl:value-of select="/rtmp/compiler"/>
Generated by <a href='https://github.com/arut/nginx-rtmp-module'>NGINX RTMP module</a>,
<a href="http://nginx.com">NGINX</a>&#160;<xsl:value-of select="/rtmp/version"/>,
built <xsl:value-of select="/rtmp/built"/>&#160;<xsl:value-of select="/rtmp/compiler"/>
</body>
</html>
</xsl:template>