aboutsummaryrefslogtreecommitdiff
path: root/it
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-06-06 14:22:13 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-06-06 14:22:13 +0000
commit41044fe92561be7e509268055feb8a9fb239b455 (patch)
tree4d9032f41be68cd248f5bc96c052efb6aa017c86 /it
parentb63c36f29bb91537a1d554b4c98537dc570e6359 (diff)
downloaddoc-41044fe92561be7e509268055feb8a9fb239b455.tar.gz
doc-41044fe92561be7e509268055feb8a9fb239b455.zip
Unbreak build (never remove apparently unused variable
after build completed ok).
Notes
Notes: svn path=/www/; revision=28051
Diffstat (limited to 'it')
-rw-r--r--it/index.xsl5
1 files changed, 3 insertions, 2 deletions
diff --git a/it/index.xsl b/it/index.xsl
index 479f166985..b874c0a705 100644
--- a/it/index.xsl
+++ b/it/index.xsl
@@ -1,7 +1,7 @@
<!--
The FreeBSD Italian Documentation Project
- $FreeBSD: www/it/index.xsl,v 1.28 2005/11/23 21:57:06 ale Exp $
+ $FreeBSD: www/it/index.xsl,v 1.29 2006/06/06 11:08:49 ale Exp $
Original revision: 1.138
-->
@@ -9,7 +9,8 @@
<xsl:import href="includes.xsl"/>
<xsl:import href="../en/news/includes.xsl"/>
-
+
+ <xsl:variable name="date" select="''"/>
<xsl:variable name="title" select="'The FreeBSD Project'"/>
<xsl:output type="html" encoding="iso-8859-1"