mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -05:00
Merge pull request #244 from intosi/xsl-fix
xep.xsl: Force open and close tags on script
This commit is contained in:
commit
2085008ff2
4
xep.xsl
4
xep.xsl
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user