MFde: Minor update to the German website.

www/de/share/sgml/libcommon.xsl                 1.25  -> 1.26

Obtained from:  The FreeBSD German documentation project.
This commit is contained in:
Johann Kois 2009-01-25 22:29:37 +00:00
parent f73fd9a4b3
commit bc0bfa688e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33752

View file

@ -2,8 +2,8 @@
<!DOCTYPE xsl:stylesheet PUBLIC "-//FreeBSD//DTD FreeBSD XSLT 1.0 DTD//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/xslt10-freebsd.dtd">
<!-- $FreeBSD$
$FreeBSDde: de-www/share/sgml/libcommon.xsl,v 1.14 2009/01/17 16:55:23 jkois Exp $
basiert auf: 1.25
$FreeBSDde: de-www/share/sgml/libcommon.xsl,v 1.15 2009/01/25 22:19:11 jkois Exp $
basiert auf: 1.26
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
@ -126,7 +126,11 @@
<xsl:value-of select="name"/>
<br />
(<xsl:value-of select='location/city' />, <xsl:value-of select='location/country' />)
<xsl:if test="location/city!='' and location/country!=''">
(<xsl:value-of select='location/city' />, <xsl:value-of select='location/country' />)
</xsl:if>
<xsl:if test="location/city='' and location/country=''">
</xsl:if>
</a></p>
</xsl:if>
</xsl:for-each>