~ubuntu-branches/ubuntu/maverick/aptitude/maverick

« back to all changes in this revision

Viewing changes to doc/aptitude-man.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-17 10:28:03 UTC
  • mfrom: (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: james.westby@ubuntu.com-20081117102803-f18wpddu6d15sst2
Tags: upstream-0.4.11.10
ImportĀ upstreamĀ versionĀ 0.4.11.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
 
21
21
<xsl:template match="literal">
22
 
  <xsl:apply-templates mode="bold" select="."/>
 
22
  <xsl:call-template name="bold">
 
23
    <xsl:with-param name="node" select="."/>
 
24
    <xsl:with-param name="context" select="."/>
 
25
  </xsl:call-template>
23
26
</xsl:template>
24
27
 
25
28
<xsl:param name="preferred.mediaobject.role">text</xsl:param>