Make variable something supposed to be a variable. Header for personal
gallery is correctly generated now.
This commit is contained in:
parent
ab722c26db
commit
b3e9a89539
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12835
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
<xsl:variable name="base" select="'..'"/>
|
||||
|
||||
<xsl:variable name="date" select="'$FreeBSD$'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/gallery/gallery-entry.xsl,v 1.1 2001/08/06 07:02:44 nik Exp $'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"/>
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
|||
<xsl:copy-of select="$nonprofit-intro"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="$type = 'personal'">
|
||||
<xsl:copy-of select="personal-intro"/>
|
||||
<xsl:copy-of select="$personal-intro"/>
|
||||
</xsl:when>
|
||||
<xsl:otherwise>
|
||||
<p>No clue what to put here for $type =
|
||||
|
@ -89,4 +89,4 @@
|
|||
<li><a href="{$url}"><b><xsl:value-of select="name"/></b></a> --
|
||||
<xsl:value-of select="descr"/></li>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
</xsl:stylesheet>
|
||||
|
|
Loading…
Reference in a new issue