Fix {$enbase}.
This commit is contained in:
parent
f6cc5ba60f
commit
6769d004f5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12270
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="EUC-JP" ?>
|
<?xml version="1.0" encoding="EUC-JP" ?>
|
||||||
|
|
||||||
<!-- $FreeBSD: www/ja/index.xsl,v 1.9 2002/01/14 13:38:53 kuriyama Exp $ -->
|
<!-- $FreeBSD: www/ja/index.xsl,v 1.10 2002/02/20 13:01:34 kuriyama Exp $ -->
|
||||||
<!-- Original revision: 1.19 -->
|
<!-- Original revision: 1.19 -->
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||||
|
@ -9,8 +9,8 @@
|
||||||
<xsl:import href="news/includes.xsl"/>
|
<xsl:import href="news/includes.xsl"/>
|
||||||
|
|
||||||
<xsl:variable name="base" select="'.'"/>
|
<xsl:variable name="base" select="'.'"/>
|
||||||
<xsl:variable name="enbase" select="'../..'"/>
|
<xsl:variable name="enbase" select="'..'"/>
|
||||||
<xsl:variable name="date" select="'$FreeBSD: www/ja/index.xsl,v 1.9 2002/01/14 13:38:53 kuriyama Exp $'"/>
|
<xsl:variable name="date" select="'$FreeBSD: www/ja/index.xsl,v 1.10 2002/02/20 13:01:34 kuriyama Exp $'"/>
|
||||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||||
|
|
||||||
<xsl:output type="html" encoding="EUC-JP"
|
<xsl:output type="html" encoding="EUC-JP"
|
||||||
|
|
Loading…
Reference in a new issue