~ubuntu-branches/debian/experimental/apt/experimental

« back to all changes in this revision

Viewing changes to doc/manpage-style.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-02-18 22:07:23 UTC
  • mfrom: (9.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100218220723-zb7zdh6fmsmp30tr
Tags: 0.7.26~exp2
fix crash when LANGUAGE is not set

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<xsl:stylesheet
 
2
 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
3
 version="1.0">
 
4
 
 
5
<xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" />
 
6
 
 
7
<xsl:param name="man.output.encoding" select="'UTF-8'" />
 
8
 
 
9
</xsl:stylesheet>