Change relative paths to use {$base} so that subdirectories which include
`../includes.xsl' will properly be able to reference these variables.
This commit is contained in:
parent
b886ed25fb
commit
49235349bd
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=10725
2 changed files with 4 additions and 4 deletions
en/news
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD: www/en/news/includes.xsl,v 1.2 2001/08/07 01:54:42 kuriyama Exp $ -->
|
||||
<!-- $FreeBSD: www/en/news/includes.xsl,v 1.3 2001/08/10 18:21:44 nik Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:variable name="newshome">
|
||||
<a href="news.html">News Home</a>
|
||||
<a href="{$base}/news/news.html">News Home</a>
|
||||
</xsl:variable>
|
||||
|
||||
<!-- Generate a unique anchor for this event -->
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/en/news/status/includes.xsl,v 1.1 2001/09/16 22:36:46 chris Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
<xsl:variable name="statushome">
|
||||
<a href="status.html">Status Reports Home</a>
|
||||
<a href="{$base}/news/status/status.html">Status Reports Home</a>
|
||||
</xsl:variable>
|
||||
</xsl:stylesheet>
|
||||
|
|
Loading…
Reference in a new issue