mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
revert to relative links for prettify files, added softlink on web server
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3739 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
0224f0d146
commit
fd0c759087
4
xep.xsl
4
xep.xsl
@ -41,9 +41,9 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
<head>
|
<head>
|
||||||
<title>XEP-<xsl:value-of select='/xep/header/number'/>:<xsl:text> </xsl:text><xsl:value-of select='/xep/header/title' /></title>
|
<title>XEP-<xsl:value-of select='/xep/header/number'/>:<xsl:text> </xsl:text><xsl:value-of select='/xep/header/title' /></title>
|
||||||
<link rel='stylesheet' type='text/css' href='../xmpp.css' />
|
<link rel='stylesheet' type='text/css' href='../xmpp.css' />
|
||||||
<link href="/prettify.css" type="text/css" rel="stylesheet" />
|
<link href="../prettify.css" type="text/css" rel="stylesheet" />
|
||||||
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
|
<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"></script>
|
||||||
<!-- BEGIN META TAGS FOR DUBLIN CORE -->
|
<!-- BEGIN META TAGS FOR DUBLIN CORE -->
|
||||||
<meta>
|
<meta>
|
||||||
<xsl:attribute name='name'><xsl:text>DC.Title</xsl:text></xsl:attribute>
|
<xsl:attribute name='name'><xsl:text>DC.Title</xsl:text></xsl:attribute>
|
||||||
|
Loading…
Reference in New Issue
Block a user