update Tue Jun 15 12:37:00 PDT 2010
[pkgsrc.git] / misc / yelp / patches / patch-ae
1 $NetBSD: patch-ae,v 1.1 2010/02/13 12:26:15 tnn Exp $
2
3 http://git.gnome.org/browse/yelp/commit/?id=a5588114ed94d00ca64913aa5b248e09a5e13edc
4
5 --- stylesheets/db2html.xsl.in.orig     2009-11-19 17:09:56.000000000 +0000
6 +++ stylesheets/db2html.xsl.in
7 @@ -68,7 +68,7 @@ FIXME: yelp:cache no longer works
8  <!-- == db.xref.target == -->
9  <xsl:template name="db.xref.target">
10    <xsl:param name="linkend"/>
11 -  <xsl:value-of select="concat('#', $linkend)"/>
12 +  <xsl:value-of select="concat('xref:', $linkend)"/>
13  </xsl:template>
14  
15  <!-- == db2html.css.custom == -->