Merge pull request #244 from intosi/xsl-fix

xep.xsl: Force open and close tags on script
This commit is contained in:
Kevin Smith 2016-08-31 10:53:34 +01:00 committed by GitHub
commit 2085008ff2
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ OR OTHER DEALINGS IN THE SOFTWARE.
<link rel='stylesheet' type='text/css' href='xmpp.css' />
<link href="prettify.css" type="text/css" rel="stylesheet" />
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
<script type="text/javascript" src="prettify.js"></script>
<script type="text/javascript" src="prettify.js">
<xsl:comment></xsl:comment>
</script>
<!-- making things mobile-friendly... -->
<meta>
<xsl:attribute name='name'><xsl:text>viewport</xsl:text></xsl:attribute>