Make header links absolute paths not relative

This commit is contained in:
david 2001-09-22 15:26:25 +00:00
parent d16184548d
commit d056af330e
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
version='1.0'>
<xsl:template name="header">
<a href="index.html">Home</a> |
<a href="contents.html">Contents</a> |
<a href="documents.html">Documents</a>
<a href="/">Home</a> |
<a href="/contents.html">Contents</a> |
<a href="/documents.html">Documents</a>
<br/><hr/>
</xsl:template>