fixed xsl

This commit is contained in:
Roman Arutyunyan 2012-06-05 15:00:56 +04:00
parent 224615dbbb
commit 61ffd994bc

View file

@ -12,7 +12,7 @@
<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"/>
<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"/>
</body>
</html>
</xsl:template>